Version 0.9.6 beta - added new form elements, also added a nibiru binary in order to create modules and plugins.

This commit is contained in:
Stephan Kasdorf
2023-04-03 21:13:03 +02:00
parent fbe7f59697
commit b1bded6101
60 changed files with 204 additions and 66 deletions

0
core/i/auth.php Normal file → Executable file
View File

0
core/i/controller.php Normal file → Executable file
View File

0
core/i/db.php Normal file → Executable file
View File

0
core/i/engine.php Normal file → Executable file
View File

2
core/i/form.php Normal file → Executable file
View File

@@ -50,6 +50,8 @@ interface IForm
const FORM_ATTRIBUTE_TABINDEX = 'tabindex';
const FORM_ATTRIBUTE_DISABLED = 'disabled';
const FORM_ATTRIBUTE_PATTERN = 'pattern';
const FORM_ATTRIBUTE_ANY = 'any';
const FORM_ATTRIBUTE_HREF = 'href';
/**
* @desc loads the current Form element to the form

0
core/i/mysql.php Normal file → Executable file
View File

0
core/i/pdo.php Normal file → Executable file
View File

0
core/i/postgresql.php Normal file → Executable file
View File

0
core/i/psql.php Normal file → Executable file
View File

0
core/i/view.php Normal file → Executable file
View File