PHP Backend\Core\Engine Namespace

Nested Namespaces

Backend\Core\Engine\Base

Classes

Name Description
Action This class is the real code, it creates an action, loads the config file, .
Ajax This class will handle AJAX-related stuff
AjaxAction This class is the real code, it creates an action, loads the config file, .
Api In this file we store all generic functions that we will be available through the API
Authentication The class below will handle all authentication stuff. It will handle module-access, action-access, .
Backend This class defines the backend, it is the core. Everything starts here.
Cronjob This class will handle cronjob related stuff
Csv This is our extended version of SpoonFileCSV
DataGrid This is our extended version of \SpoonDataGrid This class will handle a lot of stuff for you, for example: - it will set debug mode - it will set the compile-directory - .
DataGridArray A datagrid with an array as source
DataGridDB A datagrid with a DB-connection as source
DataGridFunctions A set of commonly used functions that will be applied on rows or columns
DataGridPaging This is our implementation of iSpoonDatagridPaging
Exception This exception is used to handle backend related exceptions.
Form This is our extended version of \SpoonForm
FormDate This is our extended version of \SpoonFormDate
FormFile This is our extended version of \SpoonFormFile
FormImage This is our extended version of \SpoonFormFile
Header This class will be used to alter the head-part of the HTML-document that will be created by he Backend Therefore it will handle meta-stuff (title, including JS, including CSS, .
Language This class will store the language-dependant content for the Backend, it will also store the current language for the user.
Meta This class represents a META-object
Model In this file we store all generic functions that we will be using in the backend.
Navigation This class will be used to build the navigation
TemplateModifiers This is our class with custom modifiers.
TwigTemplate This is a twig template wrapper that glues spoon libraries and code standards with twig.
Url This class will handle the incoming URL.
User The class below will handle all stuff relates to the current authenticated user