Application
Table of Contents
Classes
- BaseController
- Class to use models and expose their CRUD as a controller.
- BaseModel
- Class to create CRUD models for MySQL databases.
- MySQL
- Class for handling MySQL database connection using PDO.
- BaseModel
- Class to create CRUD models for PostgreSQL databases.
- PostgreSQL
- Class for handling PostgreSQL database connection using PDO.
- Cypher
- Class for encrypting and decrypting data using AES-256-CBC.
- Request
- Class for sending HTTP requests.
- File
- Class for handling JSON files with object-oriented methods and properties.
- Response
- Class for generating standardized HTTP JSON responses.
- Partial
- Class for rendering partials using isolated arguments.
- Paths
- Class for managing routes using handlers.
- Views
- Class to handle routes using views.
- Scheme
- Class to define data validation schemes for use in database models or responses.