Live data from Hacker News

Ask HN: Do you know this PHP Framework? "Symfony"

news.ycombinator.com

1–3 of 3 posts

Re: Ask HN: Do you know this PHP Framework? "Symfony"

#2
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.

Re: Ask HN: Do you know this PHP Framework? "Symfony"

#3
post #2

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.