Manage_Table get array with all errors

This commit is contained in:
sparkyx 2026-04-30 16:33:25 +02:00
parent 6747bb1ba1
commit 90e80cc314

View file

@ -175,6 +175,13 @@ class Manage_Table_SQL
$this->cssclass="inner_box"; $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) { function setCssClass($p_class) {
$this->cssclass=$p_class; $this->cssclass=$p_class;
} }