Résultats plein texte:
- Let's Talk - Building a Modular PHP Framework part 3 @en:blog:2025:02:03
- array('Content-Type: application/json', 'HTTP/1.1 403 Forbidden'), ); ... e action is executed, and we return the result as JSON with the appropriate HTTP status code. ===== Dat... if (is_array($value)) { $value = json_encode($value, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); } $this->params[] = $value;
- Parlons-en - Construire un Framework PHP Modulaire, partie 3 @fr:blog:2025:02:03
- array('Content-Type: application/json', 'HTTP/1.1 403 Forbidden'), ); ... ion est exécutée et nous renvoyons le résultat en JSON avec le code HTTP approprié. ===== Gestion de l... if (is_array($value)) { $value = json_encode($value, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); } $this->params[] = $value;
- 03.01. Field Types @en:projects:ini-configurator:documentation:03:01
- display static text such as instructions. | <code json>"static": { "label": "Static", "tooltip":... eld type if the type used does not exist. | <code json>"text": { "label": "Text", "tooltip": "Th... t will hide the text by displaying ''*''. | <code json>"password": { "label": "Password", "toolt... x**) | This field type is a number input. | <code json>"number": { "label": "Number", "tooltip":
- 01.01. Basic Usage @en:projects:ini-configurator:documentation:01:01
- mize the Application ===== ==== Modify the fields.json File ==== The ''src/lib/fields.json'' file defines the sections and fields displayed in the configurato... ge. **Example:** Here’s an example of a ''fields.json'' entry: <file json fields.json> { "General": { "appName": { "label": "Applicat
- Let's Talk - Building a Modular PHP Framework part 2 @en:blog:2025:01:28
- s_object($string)){ $string = json_encode($string, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); } echo $string;
- Parlons-en – Construire un Framework PHP Modulaire, partie 2 @fr:blog:2025:01:28
- s_object($string)){ $string = json_encode($string, JSON_UNESCAPED_SLASHES | JSON_PRETTY_PRINT); } echo $string;
- Repurpose Old Printers Using a Raspberry Pi @en:blog:2025:01:20
- nstall.sh sudo chown <username>:<username> config.json ./monitor.py --install ./monitor.py --start </cod
- Let's Talk - Building a Modular PHP Framework from Scratch @en:blog:2025:01:24
- ormerly ''Configurator''). This class manages our JSON-based configuration files: ++++ Source: Config.p
- Réutiliser d’anciennes imprimantes avec un Raspberry Pi @fr:blog:2025:01:20
- nstall.sh sudo chown <username>:<username> config.json ./monitor.py --install ./monitor.py --start </cod
- Parlons-en – Construire un Framework PHP Modulaire de A à Z @fr:blog:2025:01:24
- Elle gère nos fichiers de configuration au format JSON : ++++ Source: Config.php | <file php src/Config
- 02.01. Getting Help @en:projects:ini-configurator:documentation:02:01
- output, and the content of your ''src/lib/fields.json''. ===== Requesting new features ===== New featu