Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
51 Hits, Last modified:
uellet <louis@laswitchtech.com> */ // Declaring namespace namespace LaswitchTech\Core; // Import additionnal class into the global namespace use LaswitchTech\Core\Config; use LaswitchTe... // Initialize the class in the global namespace ${$strap} = new $class();
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
50 Hits, Last modified:
uellet <louis@laswitchtech.com> */ // Declaring namespace namespace LaswitchTech\Core; // Import additionnal class into the global namespace use Exception; class CSRF { const FIEL... ion field(){ return '<input type="hidden" name="' . $this->Field . '" value="' . $this->token()
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
20 Hits, Last modified:
ng Our Core Module (“core”) ===== I’ve decided to name the main module simply ''core''. This module incl... r Louis Ouellet <louis@laswitchtech.com> */ namespace LaswitchTech\Core; use LaswitchTech\Core\Co... // Initialize the class in the global namespace ${$strap} = new $class(); ... ey,["argv","argc"])) continue; echo "Variable Name: " . $key . " = " . get_class($value) . PHP_EOL;