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. 回答1: 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