|
noalyss Version-9
NOALYSS : serveur de comptabilité et ERP (2002)
|
manage the table forecast More...
Collaboration diagram for Forecast:Public Member Functions | |
| __construct ($p_init, $p_id=0) | |
| constructor | |
| delete () | |
| get_info () | |
| get_parameter ($p_string) | |
| insert () | |
| load () | |
| load from db | |
| object_clone () | |
| save () | |
| set_parameter ($p_string, $p_value) | |
| update () | |
| update the forecast table | |
| verify () | |
Static Public Member Functions | |
| static | load_all ($p_cn) |
| load all the existing forecast | |
Private Attributes | |
| $cn | |
Static Private Attributes | |
| static | $variable |
manage the table forecast
Definition at line 28 of file forecast.class.php.
| Forecast::__construct | ( | $p_init, | |
| $p_id = 0 ) |
constructor
| $p_init | Database object |
Definition at line 38 of file forecast.class.php.
| Forecast::delete | ( | ) |
Definition at line 143 of file forecast.class.php.
| Forecast::get_info | ( | ) |
Definition at line 63 of file forecast.class.php.
| Forecast::get_parameter | ( | $p_string | ) |
Definition at line 43 of file forecast.class.php.
References $idx.
Referenced by save().
| Forecast::insert | ( | ) |
Definition at line 85 of file forecast.class.php.
References $res, $sql, cn, DatabaseCore\fetch_result(), and verify().
Referenced by save().
Here is the call graph for this function:| Forecast::load | ( | ) |
load from db
Definition at line 127 of file forecast.class.php.
References $idx, $res, $row, $sql, cn, DatabaseCore\fetch_array(), and DatabaseCore\num_row().
Referenced by object_clone().
Here is the call graph for this function:
|
static |
load all the existing forecast
| $p_cn | is an Database object |
Definition at line 117 of file forecast.class.php.
| Forecast::object_clone | ( | ) |
Definition at line 148 of file forecast.class.php.
References $array, $i, $old, $sql, cn, and load().
Here is the call graph for this function:| Forecast::save | ( | ) |
Definition at line 76 of file forecast.class.php.
References get_parameter(), insert(), and update().
Here is the call graph for this function:| Forecast::set_parameter | ( | $p_string, | |
| $p_value ) |
Definition at line 53 of file forecast.class.php.
References $idx.
| Forecast::update | ( | ) |
update the forecast table
Definition at line 100 of file forecast.class.php.
References $res, $sql, cn, and verify().
Referenced by save().
Here is the call graph for this function:| Forecast::verify | ( | ) |
Definition at line 68 of file forecast.class.php.
References _, and noalyss_strlentrim().
Referenced by insert(), and update().
Here is the call graph for this function:
|
private |
Definition at line 33 of file forecast.class.php.
|
staticprivate |
Definition at line 30 of file forecast.class.php.