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
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
How to Build a Simple Ticketing System in DokuWiki @en:blog:2024:10:08
1 Hits, Last modified:
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
1 Hits, Last modified:
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
1 Hits, Last modified:
bugging output, and the content of your ''src/lib/fields.json''. ===== Requesting new features ===== New