PHP framework (cake/smarty): How to use it and when?
Duplicate of What is a PHP Framework? and many more So far, I've been using PHP for small tweaks, mostly with WordPress. What are PHP frameworks? Why do I need them? WHEN do I need them? Any insight will be helpful. Thanks. Tim Lytle Frameworks are organized groups of code or libraries, built on top of a language to either Make Common Tasks Easy/Simple Create a Consistent Way to Develop Applications Some frameworks are very restrictive (as in it's not easy to do things, unless you do them the 'framework' way), others are looser. I've found Zend's Framework to be a good mix of both, making easy