Bugfixes and updates on the forms and database access as well as the pagination
This commit is contained in:
@@ -49,6 +49,7 @@ interface IForm
|
||||
const FORM_ATTRIBUTE_MAXLENGTH = 'maxlength';
|
||||
const FORM_ATTRIBUTE_TABINDEX = 'tabindex';
|
||||
const FORM_ATTRIBUTE_DISABLED = 'disabled';
|
||||
const FORM_ATTRIBUTE_PATTERN = 'pattern';
|
||||
|
||||
/**
|
||||
* @desc loads the current Form element to the form
|
||||
|
||||
@@ -34,5 +34,7 @@ interface IMysql
|
||||
const PLACE_WHERE_VALUE = "NO WHERE VALUE";
|
||||
const PLACE_DES_ENCRYPT = false;
|
||||
const PLACE_ENCODING = "encoding";
|
||||
const PLACE_SQL_UPDATE = "UPDATE";
|
||||
const PLACE_SQL_INSERT = "INSERT";
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user