PDA

View Full Version : What Framework



bariteau
February 21st, 2010, 13:23
What framework do you guys use? I was thinking about using Zend for a project but I'm not even sure if I should use one or make my own MVC model...

Dan
February 21st, 2010, 22:04
I don't use one, but have tried a few.

Zend
CodeIgniter
Cake

There are loads.
One I really like is Saphire, which was used to create the Silverstripe CMS:
http://www.silverstripe.org/sapphire/

It comes bundled with the CMS but can be used for other projects.

Good luck.