Manage_Table get array with all errors
This commit is contained in:
parent
6747bb1ba1
commit
90e80cc314
1 changed files with 7 additions and 0 deletions
|
|
@ -175,6 +175,13 @@ class Manage_Table_SQL
|
|||
$this->cssclass="inner_box";
|
||||
|
||||
}
|
||||
/**
|
||||
* @brief returns an array of errors : key= column name
|
||||
* @return type
|
||||
*/
|
||||
function get_aerror() {
|
||||
return $this->aerror;
|
||||
}
|
||||
function setCssClass($p_class) {
|
||||
$this->cssclass=$p_class;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue