Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
26 Hits, Last modified:
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
12 Hits, Last modified:
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
1 Hits, Last modified:
, you can add new modules (for example, a router, database handler, or templating engine) and continue refin