CakePHP

From Wiki @ Karl Jones dot com
Revision as of 05:29, 8 June 2015 by Karl Jones (Talk | contribs) (First)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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