Roadmap
-
This will be a PHP5 only version of the Akelos PHP Framework.
Some of the main goals for this release are:
- Convert core lib code to PHP5, removing reference warnings and PHP4 hacks.
- Move to PHPUnit for Unit testing.
- Complete Action Controller and Action VIew tests.
- Implement a CI server for Akelos using xinc.
- Make Akelos more RESTful friendly.
-
The PHP6 Framework
Akelos 2.0 will PHP5 which is available in 1.x. It will make use of new PHP6 functionalities like native unicode support.
Some of the main targets for this release are:
- Using magic getters and setters.
- Using dynamic finders so you can do findByUserAndPassword
- Methods always return objects which, so you can concatenate methods.
- If a PHP-Ruby bridge is available, integrate Rails models into Akelos.
Note: See TracRoadmap for help on using the roadmap.
