Open-Source PHP Framework - Designed for rapid development of performance-oriented scalable applications

Components

API >> mvc >> components

A component is essentially a reusable section of a controller that can be utilized from any number of different controllers.

Access from within a controller is:

get::component('componentName')->methodName();

eg:

get::component('wiki')->getWiki();

Default components are: