Namespace Core
Core\Auth |
Core\Exceptions |
Core\Helpers |
Core\Providers |
AbstractClass | Class LoginController contains functions for user (de)authentication. |
ErrorController | Class ErrorController contains both default pages for 403 and 404. |
Language | Loads and sets the language *.ini files. |
ParentController | This is the parent class for all controllers in /src/controllers, and indirectly for all controllers
that extend VendorController (which, in turn, extend this). |
ParentModel | Class ParentModel connects to the database and provides useful functions (query, queryIndexed, updateRow, getRow). See each one for more details. |