Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
7 Hits, Last modified:
includes constructing a Bootstrap class, handling configuration, setting up modules, creating a logging system, a... he work-in-progress. Notice that we use a default configuration array and allow for custom overrides via our configuration system (shown later): ++++ Source: Bootstrap.php | <... eloper tries to use an uninstalled module. ===== Configuration Class (Replacing “Configurator”) ===== Next, let’
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
4 Hits, Last modified:
+ The CSRF class: * Retrieves any application configuration or uses default values. * Validates the token... od to inject into forms. ===== Setting Up Apache Configuration (.htaccess) ===== To ensure our application can ... ->Config = $CONFIG; // Load the Database Configuration $this->Config->add('database'); ... } } </file> ++++ This class loads our database configuration and spins up the correct **Connector** based on o
Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
2 Hits, Last modified:
. Enable remote administration ==== Edit the CUPS configuration file: <code bash> sudo nano /etc/cups/cupsd.conf ... s chmod 777 scans </code> ==== 2. Edit the Samba configuration ==== <code bash> sudo nano /etc/samba/smb.conf </
Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
1 Hits, Last modified:
ork, possibly by integrating more robust logging, configuration management, and additional modules that can furth