Recherche

Voici les résultats de votre recherche.

Résultats plein texte:

Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
27 Occurrences trouvées, Dernière modification :
Magic getters/setters public function __get($name) { return $this->Helpers[$name] ?? null; } public function __set($name, $value) { $this->Helpers[$name] = $value; } } </file> ++++ ===== Implementing Models ====
Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
26 Occurrences trouvées, Dernière modification :
s pour getters/setters public function __get($name) { return $this->Helpers[$name] ?? null; } public function __set($name, $value) { $this->Helpers[$name] = $value; } } </file> ++++ ===== Mise en place des Models
Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
16 Occurrences trouvées, Dernière modification :
ion field(){ return '<input type="hidden" name="' . $this->Field . '" value="' . $this->token() ... catch all undefined methods * @param string $name * @param array $arguments * @return void */ public function __call($name, $arguments) { // Send the output ... $pass = $dbConfig['password'] ?? ''; $name = $dbConfig['database'] ?? 'demo'; $this
Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
16 Occurrences trouvées, Dernière modification :
ion field(){ return '<input type="hidden" name="' . $this->Field . '" value="' . $this->token() ... catch all undefined methods * @param string $name * @param array $arguments * @return void */ public function __call($name, $arguments) { // Send the output ... $pass = $dbConfig['password'] ?? ''; $name = $dbConfig['database'] ?? 'demo'; $this
Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
14 Occurrences trouvées, Dernière modification :
ng Our Core Module (“core”) ===== I’ve decided to name the main module simply ''core''. This module incl... 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
Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
13 Occurrences trouvées, Dernière modification :
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... nt(){ ... } public function add($name, $path = null){ ... } public fun
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
10 Occurrences trouvées, Dernière modification :
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
9 Occurrences trouvées, Dernière modification :
"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: <code python> # Declare Constants APP_NAME = "INI Confi
Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
8 Occurrences trouvées, Dernière modification :
* **@MONTH@** - month * **@MONTHNAME@** - month name * **@DAY@** - day * **@TIME@** - time * **@... and namespace * **@FORMPAGE_PAGE@** - form page name * **@FORMPAGE_!PAGE@** - form page name without namespace * **@FORMPAGE_!!PAGE@** - form page name without namespace and extension * **@FORMPAGE_!
Comment Construire un Système de Ticketing Simple dans DokuWiki @fr:blog:2024:10:08
6 Occurrences trouvées, Dernière modification :
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>
How to Join a New Server to an Existing Domain @en:blog:2024:11:26
5 Occurrences trouvées, Dernière modification :
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
How to Publish a Remote Application using Windows Server RDS @en:blog:2024:11:29
4 Occurrences trouvées, Dernière modification :
e ''G:\'' drive. So, the path will be ''\\<server_name>\g$\neo_sandbox\NEO_FFW.exe''. {{ :en:blog:2024:1... m, you can personalize it by changing its display name, icon, and other settings. Here’s how you can do ... **Properties** window, you can change the display name, icon, and other settings of the RemoteApp progra... L will be in the format ''https:%%/%%%%/%%<server_name>/RDWeb''. {{ :en:blog:2024:11:29:screenshot_2024-
Formatting Syntax @wiki
3 Occurrences trouvées, Dernière modification :
ic section is possible, too. Just add the section name behind a hash character as known from HTML. This ... cribed in the previous section, but this time the name of the language syntax to be highlighted is inclu... oad as well. You can do this by specifying a file name after language code like this: <code> <file php
01.01. Formatting Syntax @en:projects:writr:documentation:01:01
3 Occurrences trouvées, Dernière modification :
ic section is possible, too. Just add the section name behind a hash character as known from HTML. This ... cribed in the previous section, but this time the name of the language syntax to be highlighted is inclu... oad as well. You can do this by specifying a file name after language code like this: <code> <file php
How to Install Remote Desktop Services on Windows Server 2022 @en:blog:2024:11:27
2 Occurrences trouvées, Dernière modification :
Properties: * In the ''General'' tab, set the name of the collection. {{ :en:blog:2024:11:27:screens... the License Server: * Right-click your server name and select Activate Server. Follow the wizard to
Installation Guide @en:projects:pyrdpconnect:documentation
1 Occurrences trouvées, Dernière modification :
Guide d'Installation @fr:projects:pyrdpconnect:documentation
1 Occurrences trouvées, Dernière modification :
How to Install DokuWiki on a LAMP Server @en:blog:2023:12:18
1 Occurrences trouvées, Dernière modification :
How to prevent user from signing into a Microsoft Account on Windows 11 @en:blog:2024:01:31
1 Occurrences trouvées, Dernière modification :
Git --- Let's talk about it @en:blog:2024:11:07
1 Occurrences trouvées, Dernière modification :
Améliorer DokuWiki avec un Script Email pour le Plugin Bureaucracy @fr:blog:2024:10:30
1 Occurrences trouvées, Dernière modification :
Struct @en:projects:writr:documentation:03:01:struct
1 Occurrences trouvées, Dernière modification :