Résultats plein texte:
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- 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
- 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
- How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
- 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 DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
- 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... * **showFieldSet**: Wether or not to display the fieldset in the email. * **debug**: Add Debug informat... emails. It replaces specific patterns in the form fields with actual data and sends an email to the config
- Enhancing Your DokuWiki Forms with Custom JavaScript - Replacing Newlines with Markdown-Friendly Syntax @en:blog:2024:12:20
- 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
- Announcing MySQL INI Configurator - Simplifying MySQL Configuration Management @en:blog:2024:11:29
- 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
- zation and ease of navigation. * **Customizable Fields**: Supports text inputs, dropdown selections, and
- MySQL INI Configurator @en:projects:mysql-ini-configurator
- zation and ease of navigation. * **Customizable Fields**: Supports text inputs, dropdown selections, and
- 02.01. Getting Help @en:projects:ini-configurator:documentation:02:01
- bugging output, and the content of your ''src/lib/fields.json''. ===== Requesting new features ===== New