I'm only getting into the whole framework thing with PHP now. We're using CakePHP for one project right now. Before CakePHP I had looked at Symphony and decided for Cake. Now that I look back at that decision I wonder if perhaps it was the wrong one?
Anywhos, cakephp is working out and I love their terminology with stuff (check out their bakery).
I've found some guys list of his top rated PHP Frameworks here: mustap.com
Anyone know of any other PHP frameworks that are good?
fyi, we're also starting a cakephp blog over at cakephpblog.com with some hints and maybe some tutorials for people that are just getting started.Labels: portfolio, programming, websites |
cakePHP sucks. Why? Their own blog tutorial - ambiguously written - results invariably in error messages:
Error: PostsController could not be found.
Error: Create the class PostsController below in file: app\controllers\PostsController.php
If those idiots cannot write out a simple "hello world" tutorial ... one wonders what else they punted on.
PHP is an old, old friend. codeigniter is not, but at least it works out of the box and is documented by humans rather than imbeciles.