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
Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
17 Hits, Last modified:
ièvement les différentes classes. ==== La classe Database ==== ++++ Sources: Database.php | <file php src/Database.php> <?php /** * Core Framework - Database * * @license MIT (https://mit-license.org/) * @author
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
Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
8 Hits, Last modified:
"CLI" ] ], "DATABASE" => [ "class" => "\LaswitchTech\coreDatabase\Database", "scope" => [ "Route... . Nous stockons une référence à l’objet global ''$DATABASE'' dans la classe de base ''Model''. ++++ Source:... class Model { // Propriétés protected $Database; public function __construct(){ // R
Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
2 Hits, Last modified:
files intuitive and hassle-free. Whether you’re a database administrator or a developer, the tool ensures yo... s MySQL INI Configurator brings to developers and database administrators alike. As the project evolves, I l
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
1 Hits, Last modified:
and flexible wiki software that doesn't require a database, making it a perfect choice for small to medium-s
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