Difference between revisions of "CakePHP"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(First)
 
(lc)
Line 1: Line 1:
 
'''CakePHP''' is an [[open source]] [[web application framework]].
 
'''CakePHP''' is an [[open source]] [[web application framework]].
  
It follows the [[Model-View-Controller]] (MVC) approach and is written in [[PHP]], and distributed under the [[MIT License]].
+
It follows the [[Model-view-controller]] (MVC) approach and is written in [[PHP]], and distributed under the [[MIT License]].
  
 
CakePHP uses well-known software engineering concepts and software design patterns, such as:
 
CakePHP uses well-known software engineering concepts and software design patterns, such as:

Revision as of 05:29, 8 June 2015

CakePHP is an open source web application framework.

It follows the Model-view-controller (MVC) approach and is written in PHP, and distributed under the MIT License.

CakePHP uses well-known software engineering concepts and software design patterns, such as:

  • Convention over configuration
  • Model-View-Controller
  • Active Record
  • Association Data Mapping
  • Front Controller

External links