Fulltext results:
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- 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 part 2 @en:blog:2025:01:28
- 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 from Scratch @en:blog:2025:01:24
- 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(); ... ?php use LaswitchTech\Core\Bootstrap; require dirname(__DIR__) . "/vendor/autoload.php"; $BOOTSTRAP =
- Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
- twork, use SSH to access it: <code bash> ssh <username>@<RaspberryPi_IP_Address> </code> //(Replace ''<R... th the actual IP address.)// \\ //(Replace ''<username>'' with the username. Typically ''pi''.)// Update and upgrade the system: <code bash> sudo apt-get upd... inters: <code bash> sudo usermod -aG lpadmin <username> </code> //(Replace ''<username>'' with the usern