Fulltext results:
- 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 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()
- Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr: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()
- Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
- t <louis@laswitchtech.com> */ // Déclaration du namespace namespace LaswitchTech\Core; // Import de classes supplémentaires dans l’espace de noms global us... t <louis@laswitchtech.com> */ // Déclaration du namespace namespace LaswitchTech\Core; // Import de classes supplémentaires dans l’espace de noms global us
- 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(); ... ey,["argv","argc"])) continue; echo "Variable Name: " . $key . " = " . get_class($value) . PHP_EOL;
- Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
- 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; ... r Louis Ouellet <louis@laswitchtech.com> */ namespace LaswitchTech\Core; use Exception; class Mo
- Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
- * **@MONTH@** - month * **@MONTHNAME@** - month name * **@DAY@** - day * **@TIME@** - time * **@... - form page id * **@FORMPAGE_NS@** - form page namespace * **@FORMPAGE_CURNS@** - form page current namespace * **@FORMPAGE_FILE@** - form page file *... _!FILE!@** - form page file without extension and namespace * **@FORMPAGE_PAGE@** - form page name *
- 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
- 01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
- o your forked repository. - Create a new branch named dev: * In GitHub, go to the Code tab. * ... "appName": { "label": "Application Name", "tooltip": "The name of your application", "type": "text", "defau... ipt, modify the constants to set your application name, ''.ini'' file name, and debugging preferences: <
- Formatting Syntax @wiki
- l characters are not allowed. You can use [[some:namespaces]] by using a colon in the pagename. You can use [[some:namespaces]] by using a colon in the pagename. For details about namespaces see [[doku>namespaces]]. Linking to a specific section is possible, too. Just add the section na
- 01.01. Formatting Syntax @en:projects:writr:documentation:01:01
- l characters are not allowed. You can use [[some:namespaces]] by using a colon in the pagename. You can use [[some:namespaces]] by using a colon in the pagename. For details about namespaces see [[doku>namespaces]]. Linking to a specific section is possible, too. Just add the section na
- Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
- . It’s particularly useful when forms are used in namespaces requiring strict markdown compliance. In th... y(document).ready(function(){ // List of namespaces to apply the script to var namespaces = ["namespace:page"]; // Restrict to a specific namespace if (namespaces.indexOf(JSI
- 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>
- 02.01. Site Identity @en:projects:writr:documentation:02:01
- go|same way as for the dokuwiki template]]. ==== Namespace Logo ==== If you enable ''doLogoChangesByNam... Writr will use the closest logo as the site logo. Namespace Logos can be added using the media library. To show a different logo in a namespace, just make sure to add the custom ''logo.png'' in the namespace. This feature is recursive. ==== Namespace
- 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
- Améliorer vos formulaires DokuWiki avec un JavaScript personnalisé - Remplacer les sauts de ligne par une syntaxe compatible Markdown @fr:blog:2024:12:20