# ALAF-Framework

## ALAF-Framework

- [ALAF-Framework](https://alaniso-de.gitbook.io/alaf-framework/master.md): ALAF is a php framework to build and run web applications
- [Formular](https://alaniso-de.gitbook.io/alaf-framework/untitled.md): Dieser Abschnitt dokumentiert die Formular-Engine vom Framework ALAF
- [button](https://alaniso-de.gitbook.io/alaf-framework/untitled/button.md): Das Formularelement vom Type "button" erstellt Schaltflächen / Buttons in einem Formular
- [input-Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled.md): Hier wird die Verwendung des klassichen HTML-Input-Fields beschrieben
- [alaf\_currency input-Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled/alaf_currency-input-feld.md): Das input-Feld vom Type alaf\_currency dient der Erfassung von Dezimalen Währungsbeträgen in einem Formular
- [checkbox input-Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled/checkbox-input-feld.md): Das input-Feld vom Type "checkbox" dient der Erfassung von einfachen Werten (Ein|Aus) in einem Formular.
- [checkboxes input-Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled/checkboxes-input-feld.md): Das input-Feld vom Type "checkboxes" dient der Erfassung von mehreren Checkboxen in einer Gruppe in einem Formular.
- [date input-Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled/date-input-feld.md): Das input-Feld vom Type Date dient der Erfassung eines Datums oder eines Zeitstempels in einem Formular
- [signpad input-Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled/signpad-input-feld.md): Das input-Feld vom Type "signpad" dient der Erfassung von Unterschriften in einem Formular.
- [select Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/untitled-1.md): Das Formularelement vom Type "select" dient der Datenauswahl aus einer DropDown-Liste in einem Formular
- [staticField Feld](https://alaniso-de.gitbook.io/alaf-framework/untitled/staticfield-feld.md)
- [Optionale Parameter für input](https://alaniso-de.gitbook.io/alaf-framework/input-optionale-parameter.md): Hier werden die Parameter erläutert, welche den Formular-Input Feldern zugewiesen werden können.
- [Change-Checkbox](https://alaniso-de.gitbook.io/alaf-framework/change-checkbox.md): Funktionalität zur Darstellung von Checkboxen vor/nach Formular-Inputs
- [Setup](https://alaniso-de.gitbook.io/alaf-framework/setup.md): Das alaf-Framework ist für Entwickler gedacht. Hier werden die Möglichkeiten vorgestellt, die für ein Setup / Changes zur Verfügung stehen.
- [Modulstruktur](https://alaniso-de.gitbook.io/alaf-framework/modulstruktur.md): Das alaf-Framework ist modular aufgebaut. Somit können Fremdmodule oder Eigenentwicklungen leicht hinzugefügt werden, um zusätzliche Funktionen in ihrem Projekt zu realisieren.
- [Beispiele](https://alaniso-de.gitbook.io/alaf-framework/beispiele.md): Ein Beispiel sagt mehr als tausend beschreibende Worte...
- [alaf\_server\_side.php](https://alaniso-de.gitbook.io/alaf-framework/beispiele/alaf_server_side.php.md): AJAX-php skript für ein DropDown-Liste im Formular
- [cleanup.files.php](https://alaniso-de.gitbook.io/alaf-framework/beispiele/cleanup.files.php.md): Beispiel einer Ordner- und Dateiauflistung, welche beim SetUp geprüft und gelöscht werden sollen:
- [get.config.php](https://alaniso-de.gitbook.io/alaf-framework/beispiele/get.config.php.md): Hook-Datei zur Abfrage von Konfigurationswerten aus einem Modul
- [tabledata.php](https://alaniso-de.gitbook.io/alaf-framework/beispiele/tabledata.php.md): Beispiel eines Setup-Skriptes zur manipulation von Datenbankeinträgen


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://alaniso-de.gitbook.io/alaf-framework/master.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
