Movicon

Movicon
Developer(s) Guillaume Pasquet (Etenil)
Stable release 1.0[1] / December 9, 2011; 3 months ago (2011-12-09)
Development status Active
Written in PHP
Operating system Cross-platform
Type Web application framework
License LGPL License
Website http://movicon.ath.cx

Movicon is an open source web application framework for producing web applications. It is written in PHP and exclusively in functional code and distributed under the LGPL license.

The name Movicon is a contraction of Model-View-Controller.

Contents

Goal

Movicon aims to be light-weight and modular while leaving the programmer in control of the code and its structure. The framework attempts to constrain the user as little as possible and all functions are available in any part of an application, thus removing the explicit separation between models, views or controllers.

History

Development on Movicon began during the year 2009 after the author started testing multiple PHP framework but found them too complex or restrictive.

Movicon 0.3 was released on the 26th September 2009[2].

Movicon 0.4 was released the 29th March 2011[3].

Movicon 1.0 was released the 9th December 2011[4].

See also

References

External links