Skip to content
gplanchat edited this page Apr 21, 2011 · 3 revisions

One.Platform is a web development platform divided into independent modules. Each module needs some configuration to be bootstrapped properly and to make its components available from any point in the application.

Each module is divided in 4 parts :

  1. Configuration files
  2. Models and Resources
  3. Blocks and Layouts
  4. Controllers

Each of those extend a component of Zend Framework’s MVC implementation, and therefore can use all its capabilities.

Next

Clone this wiki locally