CORE UPDATE: Minor update concerning the autoloading class in the core, now it is also possible to give a loading order through the configuration
Minor update concerning the form factory classes in the core, now some javascript events are implemented as well, another update concerning functinoallity will follow soon.
Update on the example configuration file, implementing the autoloading order of interfaces, moduels and traits.
Update for multidatabase support, see the documentation on http://www.nibiru-framework.com
This commit is contained in:
@@ -39,6 +39,7 @@ interface IForm
|
||||
const FORM_ATTRIBUTE_ONSUBMIT = 'onsubmit';
|
||||
const FORM_ATTRIBUTE_SELECTED = 'selected';
|
||||
const FORM_ATTRIBUTE_CONTEXT = 'context';
|
||||
const FORM_ATTRIBUTE_CHECKED = 'checked';
|
||||
|
||||
/**
|
||||
* @desc loads the current Form element to the form
|
||||
|
||||
Reference in New Issue
Block a user