Hacker News new | ask | show | jobs
Ask HN: Do you know this PHP Framework? "Symfony"
1 points by NeekGerd 5358 days ago
I was wondering if it's better than CodeIgniter or completely different, or else. http://symfony.com/
1 comments

It is a heavier stack than CodeIgniter, it will do more for you.

It would be more akin to CakePHP than CodeIgniter really.

As to if it is better or not, it really depends on the task. Once learned it is certainly faster to set up CRUD projects than it would be with CodeIgniter.

Thanks for your answer.