Documentation

Application

Interfaces, Classes and Traits

AuthenticationObject
Group
Role
User
Session
User
The User class holds information about the user
ActionDiscovery
Application
RunCommand
Controller
Base class for all controllers. Controllers should inherit from this class.
FunctionConflictResolution
Model
Base class for all models. Models should inherit from this.
Connection
Migrate
Seed
Status
Sync
UnlockMigration
Migration
MigrationFile
MigrationPHP
MigrationSQL
SeedPHP
SeedSQL
Seed
TimeStamp
Upload
Class that handles file uploads and checking types
Field
Represents an input field of a form on the server side
Result
Holds the result of a validation of a form
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
Request
Base class for Response and Request
RequestResponseHandler
Base class for the response and request objects
Response
The Response class provides functions used by controllers to respond to requests
ZubZetValueBinder
This class extends CakePHP`s ValueBinder to change the placeholder format to '?' and to change the bind method to match that of mysqli.
ViewNotFoundException
PendingGroup
PendingRoute
PendingRoutingState
Route
Rest
The rest class is used to provide raw JSON API data to the client
ZubZet
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
HandleTrait
Permission
RetrievalTrait
Interaction
DatabaseConnection
DbalConnection
Platform
CanBuildQuery
View
HttpMethod

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
Return values
mixed

Search results