Modular Framework  1.0
A light and thin PHP Framework
Loading...
Searching...
No Matches
BaseController Class Reference

Base controller class. Responsible for routing between different components. More...

Detailed Description

Base controller class. Responsible for routing between different components.

If you want to create a new Controller just extend from this class. Note: the class name must end with "Controller".

Example:

class TestController extends BaseController {
// ...
}
Base controller class. Responsible for routing between different components.
Definition: BaseController.php:18