MilkCore
Table of Contents
Interfaces
- AuthContract
- Authentication Contract
Classes
- AbstractController
- Abstract Controller Class
- AbstractModel
- Abstract Model Class
- AbstractObject
- Abstract class for object management
- AbstractRouter
- Abstract Router class for handling basic routing functionality
- API
- API Routing and Management Class
- AutoloadLogger
- Logger statico semplificato per l'autoloading
- CacheRebuilder
- FileAnalyzer
- Analyzes individual PHP files to extract classes with correct namespace
- LazyAutoloader
- Cli
- Class for registering functions to be called from the command line
- Config
- Configuration data management class
- MySQLResult
- Wrapper per mysqli_result per standardizzare le funzioni di fetch
- MySql
- MySQL Database Management Class
- QueryConverter
- QueryConverter - Converte query SQL tra diversi dialetti di database
- Query
- SQL Query Builder Class
- SchemaMysql
- Database Schema Management Class
- SchemaSqlite
- Database Schema Management Class for SQLite
- SQLiteResult
- Wrapper per SQLite3Result che converte i metodi in snake_case
per consistenza con lo stile del framework
- SQLite
- SQLite Database Management Class
- File
- Static file handling class with mandatory file locking
- Form
- Bootstrap-styled form generator with support for various input types and validation.
- Get
- Facade Class for Core System Functionality
- Hooks
- Hook management system that allows registering one or more functions to be called later
- HttpClient
- Simple and versatile static HTTP client based on cURL
- Lang
- Internationalization and Localization Class
- Logs
- Logging System Class
- Mail
- Wrapper for PHPMailer class
- MessagesHandler
- Message Handling System
- ListStructure
- La classe ListStructure gestisce la struttura delle colonne di una tabella
Implementa ArrayAccess per poter accedere alle proprietà come array
- ModelList
- page: modellist.class.php
La classe ModelList aiuta a gestisce la visualizzazione delle tabelle html
a partire da una tabella mysql
- PageInfo
- La classe PageInfo gestisce le informazioni di pagina per la tabella
Implementa ArrayAccess per poter accedere alle proprietà come array
- ObjectToForm
- Form Generator from Object Definitions
- Permissions
- Permission Management System
- Route
- Page Routing and URL Management Class
- Sanitize
- Data Sanitization Class
- Settings
- Settings Class - A flexible configuration management system
- Theme
- GP Theme
Template-specific data storage class.
- Token
- Generates a token that can be used to authenticate a user and protect forms from CSRF attacks.