Fulltext results:
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- ion field(){ return '<input type="hidden" name="' . $this->Field . '" value="' . $this->token() ... ne On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+)$ index.php [QSA,L] RewriteRule ^cli - ... catch all undefined methods * @param string $name * @param array $arguments * @return voi
- Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
- ion field(){ return '<input type="hidden" name="' . $this->Field . '" value="' . $this->token() ... ne On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.+)$ index.php [QSA,L] RewriteRule ^cli - ... catch all undefined methods * @param string $name * @param array $arguments * @return voi
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- s->Path . "/" . $helper; $baseName = $matches[1]; $className = $baseName . 'Helper'; if (class_exists($className)) { $this->Helpers[$baseN
- Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
- s->Path . "/" . $helper; $baseName = $matches[1]; $className = $baseName . 'Helper'; if (class_exists($className)) { $this->Helpers[$baseN
- 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
- 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... ?php use LaswitchTech\Core\Bootstrap; require dirname(__DIR__) . "/vendor/autoload.php"; $BOOTSTRAP = ... ey,["argv","argc"])) continue; echo "Variable Name: " . $key . " = " . get_class($value) . PHP_EOL; ... sing methods. */ public function __call($name, $arguments){ $message = "Warning: Method
- Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
- ?php use LaswitchTech\Core\Bootstrap; require dirname(__DIR__) . "/vendor/autoload.php"; $BOOTSTRAP = ... ey,["argv","argc"])) continue; echo "Variable Name: " . $key . " = " . get_class($value) . PHP_EOL; ... sing methods. */ public function __call($name, $arguments){ $message = "Warning: Method " . $name . " is not available. The class/module is not ins
- Formatting Syntax @wiki
- square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
- Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
- EAR@** - year * **@MONTH@** - month * **@MONTHNAME@** - month name * **@DAY@** - day * **@TIME@** - time * **@TIMESEC@** - time in seconds * **@FO... and namespace * **@FORMPAGE_PAGE@** - form page name * **@FORMPAGE_!PAGE@** - form page name without namespace * **@FORMPAGE_!!PAGE@** - form page name
- 01.01. Formatting Syntax @en:projects:writr:documentation:01:01
- square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]]. [[doku>pagename|Wiki pagenames]] are converted to lower
- Réutiliser d’anciennes imprimantes avec un Raspberry Pi @fr:blog:2025:01:20
- réseau, accédez-y via SSH : <code bash> ssh <username>@<RaspberryPi_IP_Address> </code> //(Remplacez ''... par l’adresse IP réelle.)// //(Remplacez ''<username>'' par l’utilisateur. Généralement ''pi''.)// Me... antes : <code bash> sudo usermod -aG lpadmin <username> </code> //(Remplacez ''<username>'' par l’utilisateur. Généralement ''pi''.)// ==== 2. Activer l’admi
- 01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
- ash>git clone -b dev https://github.com/<your-username>/ini-configurator.git cd ini-configurator</code> ... json fields.json> { "General": { "appName": { "label": "Application Name", "tooltip": "The name of your application", "type": "text", "defau
- How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
- create = "Create your Ticket" * full_name = "Full Name" * email = "Email" * phone = "Phone" * priority ... e." Fieldset "Contact Information" Textbox full_name Textbox email Textbox phone Fieldset "Issue" S... sential information from the user, such as **Full Name**, **Email**, **Priority**, and a detailed descri
- How to Join a New Server to an Existing Domain @en:blog:2024:11:26
- omain Controller using its Fully Qualified Domain Name (FQDN). ===== Step 1: Open Server Manager ===== ... lick on the **Workgroup** link next to ''Computer Name'' under the ''Properties'' section. ===== Step 3: Modify the Computer Name and Domain ===== {{ :en:blog:2024:11:26:screensho... - In the next dialog: * Update the **Computer Name** if necessary to make it unique. * Select th
- Comment Construire un Système de Ticketing Simple dans DokuWiki @fr:blog:2024:10:08
- create = "Créez votre ticket" * full_name = "Nom complet" * email = "E-... Fieldset "Informations de contact" Textbox full_name Textbox email Textbox phone Fieldset "Problème... ==== Informations de contact ===== ^ Nom | @@full_name|@@ | ^ E-mail | [[@@email|@@]] | ^ Numéro de télé... <tr class="row0"> <th class="col0"> Name </th><td class="col1"> @@full_name@@ </td>
- Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
- Améliorer vos formulaires DokuWiki avec un JavaScript personnalisé - Remplacer les sauts de ligne par une syntaxe compatible Markdown @fr:blog:2024:12:20