Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

zend-framework versus Kohana versus Symfony [closed]

Which one of this frameworks would you recommend to someone who knows the basics of PHP? What are the advantages and disadvantages?

like image 251
John Avatar asked Jan 14 '10 13:01

John


1 Answers

I wouldn't suggest any frameworks to someone who knows just the basics. Instead, I'd suggest to get a firm grip on OOP and the most common Design Patterns first, because that is what you will find in these frameworks. It also doesn't hurt to know your way around the various available PHP libs and extensions.

like image 183
Gordon Avatar answered Oct 22 '22 05:10

Gordon