Fulltext results:
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- Forgery (CSRF) * API and Endpoint creation * Database Handling including: * Managing the database structure using Schema * Managing database queries using Query We'll build upon the groundwork set up ... (CSRF), setting up API routes, and more advanced database handling. ===== Cross-Site Request Forgery (CSRF
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- o be used to create shared methods that require a database * Add support for helpers to be used to create shared methods that do not require a database These enhancements will provide the flexibility ... "CLI" ] ], "DATABASE" => [ "class" => "\LaswitchTech\coreDatabase\Database", "scope" => [ "Route
- Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
- , you can add new modules (for example, a router, database handler, or templating engine) and continue refin