Fulltext results:
- 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
- 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
- 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
- Enhancing DokuWiki with an Email Script for the Bureaucracy Plugin @en:blog:2024:10:30
- emails. It replaces specific patterns in the form fields with actual data and sends an email to the config
- 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