PureMVC Standard for PHP
PureMVC is a lightweight framework for creating applications based upon the classic Model-View-Controller design meta-pattern. This is the specific implementation for the PHP language based on the Standard Version AS3 reference.
Summary of Changes in 1.0.2
- Added workaround for PHP warning notice bug reported 12/3/2008... (View.php)
- Fixed constructors per bug reported 1/1/2009... (MacroCommand.php, Notifier.php)
Summary of Changes in 1.0.1
- Added index.php that was previously ommitted from the root of download package which invokes the BasicDemo.
Summary of Changes in 1.0
- Numerous corrections to framework, bring it into full functionality. Also provided are Unit Tests, a working Basic Demo (based on CSS Zen Garden) and full API docs. Production!
Summary of Changes in 0.4
- Fixes singleton creation problem.
Summary of Changes in 0.3
- Update to AS3 version 2.0.1 functionality.
Summary of Changes in 0.2
- Current state of port by Asbjorn.
Summary of Changes in 0.1
- Initial project structure created in repository - CLH
