|
|
|
|
@ -3,7 +3,6 @@ tts_framework/src |
|
|
|
|
│ ├── auto_loader.php (PSR-4-autoloader) |
|
|
|
|
│ ├── common.php (custom string FNs, wipe data, and dump) |
|
|
|
|
│ ├── errors.php (Error Handler) |
|
|
|
|
│ ├── Exceptions_common_bool.php (Not a valid bool type Exception) |
|
|
|
|
│ ├── filter.php (HTMLPurifier Bootstrap) |
|
|
|
|
│ ├── requires.php (secure_includes, file/dir Filters/Validators) |
|
|
|
|
│ ├── safer_io.php (Sanitize Input, Validate data and Escape output) |
|
|
|
|
@ -37,6 +36,7 @@ tts_framework/src |
|
|
|
|
│ │ ├── app_environment.php (fetch if is_production environment) |
|
|
|
|
│ │ └── same_site.php (same_site: Lax, Strict, None) |
|
|
|
|
│ ├── exceptions |
|
|
|
|
│ │ ├── Bool_Exception.php (Handles invalid Boolean types) |
|
|
|
|
│ │ └── DB_Exception.php (Handles DB Exceptions) |
|
|
|
|
│ ├── html_document.php (HTML Class: set/get CSS/JS/Breadcrumbs/Title/Author/Header/Footer) |
|
|
|
|
│ ├── html_parser.php (Escape HTML into BB code...to save into db) |
|
|
|
|
|