Just curious what people might be using as far as the plethora of php frameworks out there.
I've used:
CakePHP - Did not care for it; poor documentation and poor execution.
CodeIgnitor - Used it, seemed ok... although there is a fair amount of work to do for a website like authentication, etc. Really good documentation. (I was the one who created the Sentry auth. component, but lost all my CI stuff in a HD crash... sigh).
Currently trying:
Prado - Somewhat similiar to ASP.NET (which has its pluses and minuses... although some of ASP.NETs minuses are huge); decent documentation. Not really sold on it.
Have tinkered with:
Symfony - I was just left with the 'bleah'; code generation is ok, but I'm not really a huge fan of it because often it ends up causing more work.
QCodo - Um... way too much code and ui mixed together.
Zodo - Again, just sorta left me bleah.
PHP2Go - Might be interesting, some nice AJAX form examples, but all documentation/forum is pretty much in Portugese (if its not obvious, I don't speak Portugese
YellowDuck - Seemed ok, but nothing jumped out at me.
Zend Framework - Really more of a pieces, not an integrated framework solution.
PEAR components - Individually some are great, but hey don't always work well together. Significant work to mesh to understand options and then mesh them together.
I avoided must of the "Ruby on Rails" ports, because I find "Rails" too confining. Same with ports of the java Struts framework as its a bit long in the tooth these days.
There were a few others I looked into, but I tried to eleminate any that were mostly a "one person effort", had no forum or significant community interaction, etc.
Anyone got any good recommendations, something I missed, something to add? I know I was looking mostly at PHP5 support, use of PDO (or other database wrapper... not sold on ORM solutions even in compiled frameworks), Ajax support, decent seperation between UI and code (preferably without use of smarty, etc. templates... because frankly I'd just rather use PHP syntax rather than YetAnotherSyntax), and so forth.
I've used:
CakePHP - Did not care for it; poor documentation and poor execution.
CodeIgnitor - Used it, seemed ok... although there is a fair amount of work to do for a website like authentication, etc. Really good documentation. (I was the one who created the Sentry auth. component, but lost all my CI stuff in a HD crash... sigh).
Currently trying:
Prado - Somewhat similiar to ASP.NET (which has its pluses and minuses... although some of ASP.NETs minuses are huge); decent documentation. Not really sold on it.
Have tinkered with:
Symfony - I was just left with the 'bleah'; code generation is ok, but I'm not really a huge fan of it because often it ends up causing more work.
QCodo - Um... way too much code and ui mixed together.
Zodo - Again, just sorta left me bleah.
PHP2Go - Might be interesting, some nice AJAX form examples, but all documentation/forum is pretty much in Portugese (if its not obvious, I don't speak Portugese
YellowDuck - Seemed ok, but nothing jumped out at me.
Zend Framework - Really more of a pieces, not an integrated framework solution.
PEAR components - Individually some are great, but hey don't always work well together. Significant work to mesh to understand options and then mesh them together.
I avoided must of the "Ruby on Rails" ports, because I find "Rails" too confining. Same with ports of the java Struts framework as its a bit long in the tooth these days.
There were a few others I looked into, but I tried to eleminate any that were mostly a "one person effort", had no forum or significant community interaction, etc.
Anyone got any good recommendations, something I missed, something to add? I know I was looking mostly at PHP5 support, use of PDO (or other database wrapper... not sold on ORM solutions even in compiled frameworks), Ajax support, decent seperation between UI and code (preferably without use of smarty, etc. templates... because frankly I'd just rather use PHP syntax rather than YetAnotherSyntax), and so forth.