»
S
I
D
E
B
A
R
«
what is php framework?
February 26th, 2011 by wood

The idea behind a framework is to offer a design you can use across multiple applications. All applications have a number of basic things in common. A framework is designed to provide a structure for those common elements (database interaction, presentation layer, application logic) so you spend less time writing up database interface code or presentation-layer interfaces and more time writing the application itself. The architecture represented by breaking an application up in this fashion is referred to as Model-View-Controller (MVC). Model refers to your data, View to your presentation layer, and Controller refers to the application or business logic.

From IBM.com

What do you think?let me know.

Related Blogs


    One Response  
    • syam kumar v writes:
      December 13th, 2011 at 12:16 am

      its very brief and precise, but found enough info about a framework.

      Thanks a lot for providing such a precise description.

      -Syam


    Leave a Reply

    »  Substance: PHP Frameworks   »  SiteMap