Building my own in PHP5.
Why?
- Code Igniter still to slow
- None has addressed the severe issues in PHP 5
- No slim and proper "PHP 5 only" based framework exists yet
- All are client side bloated (TinyMCE or any other huge WYSIWYG)
- To much (ajax)HTTP requests per page
- No accessibility (WAI-AA, Section508, etc.)
- Not ISO 17799 compliant
I'm working on mine for 3 years already and the base is still not finished.
But, it is still damn fast with a small memory footprint.
http://cvs.moocms.com/
P.S. If you know in which order PHP 5 destructs objects at cleanup (exit) you know why it sucks
