Search

You can find the results of your search below.

Fulltext results:

Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
19 Hits, Last modified:
string */ private $type; /** * Fields to select (for SELECT queries) * * @var string */ private $fields = '*'; /** * Table name * * @... * SELECT query * * @param string $fields * @return self */ public function select(string $fields = '*'): self { $this->type = 'select'
Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
19 Hits, Last modified:
string */ private $type; /** * Fields to select (for SELECT queries) * * @var string */ private $fields = '*'; /** * Table name * * @... * SELECT query * * @param string $fields * @return self */ public function select(string $fields = '*'): self { $this->type = 'select'
01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
8 Hits, Last modified:
al interface for managing .ini files by modifying fields and constants. ===== Step 1: Fork the Repository... : Customize the Application ===== ==== Modify the fields.json File ==== The ''src/lib/fields.json'' file defines the sections and fields displayed in the configurator. Update this file to specify th
Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
7 Hits, Last modified:
reaucracy inputs either in the very first unnamed fieldset or without a fieldset. Here is a list of the available settings: * **to**: Address where to send th... om. * **subject**: The email subject. * **showFieldSet**: Wether or not to display the fieldset in the email. * **debug**: Add Debug information in the emai
Améliorer DokuWiki avec un Script Email pour le Plugin Bureaucracy @fr:blog:2024:10:30
6 Hits, Last modified:
formulaire Bureaucracy, soit dans le tout premier fieldset sans nom, soit sans fieldset. Voici la liste des paramètres disponibles : * **to** : Adresse à laqu... il. * **subject** : Sujet de l'email. * **showFieldSet** : Afficher ou non le fieldset dans l'email. * **debug** : Ajouter des informations de débogage dans
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
5 Hits, Last modified:
abels.txt** file contains the labels for the form fields in our ticketing system, making it easier to mana... issue and get back to you as soon as possible." Fieldset "Contact Information" Textbox full_name Textbox email Textbox phone Fieldset "Issue" Select priority "Low|Normal|High|Critic... subject Textarea description Yesno attachments Fieldset "Upload Images" attachments File file1 ..: ! Fi
Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
4 Hits, Last modified:
racy.txt> <form> action mail username@domain.com fieldset "1." textarea "Test multiple lines" fieldset "2." textarea "Test skipping lines" fieldset "3." textarea "Test no value" ! fieldset "Submit" Submit submit </form> </file> **Result**: <code htm
Comment Construire un Système de Ticketing Simple dans DokuWiki @fr:blog:2024:10:08
4 Hits, Last modified:
e problème et vous contactera dès que possible." Fieldset "Informations de contact" Textbox full_name Textbox email Textbox phone Fieldset "Problème" Select priority "Basse|Normale|Haute... subject Textarea description Yesno attachments Fieldset "Télécharger des images" attachments File file1... le file3 ..: ! File file4 ..: ! File file5 ..: ! Fieldset "Créez votre ticket" Hiddenautoinc ticketid Hid
Améliorer vos formulaires DokuWiki avec un JavaScript personnalisé - Remplacer les sauts de ligne par une syntaxe compatible Markdown @fr:blog:2024:12:20
4 Hits, Last modified:
racy.txt> <form> action mail username@domain.com fieldset "1." textarea "Tester plusieurs lignes" fieldset "2." textarea "Tester les lignes sautées" fieldset "3." textarea "Tester aucune valeur" ! fieldset "Soumettre" Submit submit </form> </file> **Résultat*
Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
2 Hits, Last modified:
s, making navigation a breeze. * **Customizable Fields**: From text inputs to dropdown menus and folder path selectors, the application supports all the fields you need for seamless configuration. ===== Built
INI Configurator @en:projects:ini-configurator
1 Hits, Last modified:
zation and ease of navigation. * **Customizable Fields**: Supports text inputs, dropdown selections, and
MySQL INI Configurator @en:projects:mysql-ini-configurator
1 Hits, Last modified:
zation and ease of navigation. * **Customizable Fields**: Supports text inputs, dropdown selections, and
02.01. Getting Help @en:projects:ini-configurator:documentation:02:01
1 Hits, Last modified:
bugging output, and the content of your ''src/lib/fields.json''. ===== Requesting new features ===== New