Class to manage the company parameter (address, name...) More...
Public Member Functions | |
| check (&$p_value) | |
| Own ($p_cn) | |
| save ($p_attr) | |
| save the parameter into the database by inserting or updating | |
| update () | |
| save data | |
Data Fields | |
| $db | |
Class to manage the company parameter (address, name...)
Definition at line 28 of file class_own.php.
| Own::check | ( | & | $p_value | ) |
Definition at line 46 of file class_own.php.
Referenced by save().
| Own::Own | ( | $p_cn | ) |
Definition at line 32 of file class_own.php.
References $i, $Res, $row, db, Database\fetch_array(), and Database\num_row().
| Own::save | ( | $p_attr | ) |
save the parameter into the database by inserting or updating
| $p_attr | give the attribut name |
Definition at line 62 of file class_own.php.
References $Res, $value, check(), and db.
Referenced by update().
| Own::update | ( | ) |
save data
Definition at line 88 of file class_own.php.
References save().
| Own::$db |
Definition at line 30 of file class_own.php.