Core
Namespaces
Classes
The Application class supports basic functional needs of the application.
This is the parent Controller class. It describes functions that are available to all classes that extends this Controller class.
Manages cookies used by this application. The $_COOKIE superglobal variable is an associative array.
Support database operations.
Performs error handling for application.
Contains functions for building form elements of various types.
Helper and utility functions.
Input class handles requests to the server.
Parent class for our models. Takes functions from DB wrapper and extract functionality further to make operations easier to use and improve extendability.
This class is responsible for routing between views.
Supports functions for user sessions. This class never gets instantiated.
Supports session management
Handles operations related to views and its content.