API Documentation
Namespaces
Interfaces, Classes and Traits
- ErrorController
- The error controller handles all bad requests. Other controllers can redirect to this one.
- IndexController
- The index controller handles by default all requests without a specified controller
- LoginController
- The Login controller handles all login/logout stuff
- ZController
- The ZController contains actions for the admin dashboard / panel
- z_adminDashboardModel
- z_fileModel
- The file model handles dynamic files
- z_generalModel
- The general model does general stuff that is needed everywhere
- z_loginModel
- The login model holds logging in and out of users
- z_migrationModel
- z_statisticsModel
- The statistics model handles log data
- z_userModel
- User Model
- AdminController
- AdvancedController
- CoreController
- DashboardController
- FallbackController
- FormController
- FrontendController
- GroupController
- HelperController
- MigrationController
- RenderingController
- RoleController
- RouteAcceptController
- RouteDenyController
- SessionController
- TestController
- UserController
- Test
- CoreModel
- FormModel
- HelperModel
- MigrationModel
- QueryBuilderModel
- RequestModel
- Migration_2025_10_01_MigrationEnv
- Migration_2025_10_01_MigrationEnv1
- Migration_2025_10_01_MigrationImport
- Migration_2025_10_01_MigrationManual
- Migration_2025_10_01_MigrationPHPImport
- Migration_2025_10_01_MigrationSkip
- TestSeeding
- Migration_2005_01_10_3_Syn_File
Table of Contents
- essentialsHead() : mixed
- Call this to paste the essential head part of a page into the layout
- essentialsBody() : mixed
- Call this to paste the essential body part of a page into the layout
- db() : mysqli
- import() : mixed
- drop() : mixed
- getFiles() : array<string|int, mixed>
- importFolder() : mixed
- model() : mixed
Functions
essentialsHead()
Call this to paste the essential head part of a page into the layout
essentialsHead(object $opt, mixed $customBootstrap) : mixed
Parameters
- $opt : object
-
Object holding options for rendering
- $customBootstrap : mixed
Return values
mixed —essentialsBody()
Call this to paste the essential body part of a page into the layout
essentialsBody(object $opt) : mixed
Parameters
- $opt : object
-
Object holding options for rendering
Return values
mixed —db()
db() : mysqli
Return values
mysqli —import()
import(string $file) : mixed
Parameters
- $file : string
Return values
mixed —drop()
drop() : mixed
Return values
mixed —getFiles()
getFiles(string $path) : array<string|int, mixed>
Parameters
- $path : string
Return values
array<string|int, mixed> —importFolder()
importFolder(string $path) : mixed
Parameters
- $path : string
Return values
mixed —model()
model() : mixed