Skip to content
rutkoski edited this page Mar 31, 2016 · 2 revisions

The Simplify class

The Simplify class implements the facade design pattern and provides global access to the main application components from anywhere inside the application.

  • \Simplify::app() The application controller.
  • \Simplify::config() Holds app's config.
  • \Simplify::router() The app's router.
  • \Simplify::request() Handles request information.
  • \Simplify::response() Handles the response.
  • \Simplify::db() The database.
Clone this wiki locally