noalyss Version-9
|
Follow_Up Details are the details for an actions, it means the details of an order, delivery order, submit a quote... this class is linked to the table action_detail. More...
Public Member Functions | |
__construct ($p_cn, $p_id=0) | |
delete () | |
from_array ($array, $idx) | |
Fill an Action_Detail Object with the data contained in an array. More... | |
get_info () | |
get_parameter ($p_string) | |
insert () | |
load () | |
load the todo_list row thanks it's ID More... | |
load_all () | |
retrieve all the details of an Follow_Up More... | |
save () | |
set_parameter ($p_string, $p_value) | |
update () | |
verify () | |
Static Public Member Functions | |
static | display (Follow_Up $p_follow_up, $p_view) |
Data Fields | |
$ad_id | |
$ag_id | |
$db | |
Static Private Attributes | |
static | $variable |
Follow_Up Details are the details for an actions, it means the details of an order, delivery order, submit a quote... this class is linked to the table action_detail.
Definition at line 40 of file follow_up_detail.class.php.
Follow_Up_Detail::__construct | ( | $p_cn, | |
$p_id = 0 |
|||
) |
Definition at line 54 of file follow_up_detail.class.php.
Follow_Up_Detail::delete | ( | ) |
Definition at line 191 of file follow_up_detail.class.php.
|
static |
Definition at line 240 of file follow_up_detail.class.php.
Follow_Up_Detail::from_array | ( | $array, | |
$idx | |||
) |
Fill an Action_Detail Object with the data contained in an array.
$array |
|
$idx | is the idx (example 7) |
Definition at line 209 of file follow_up_detail.class.php.
References $array, $idx, $qcode, $row, $tmp, ag_id, db, and isNumber().
Follow_Up_Detail::get_info | ( | ) |
Follow_Up_Detail::get_parameter | ( | $p_string | ) |
Definition at line 59 of file follow_up_detail.class.php.
Follow_Up_Detail::insert | ( | ) |
Definition at line 98 of file follow_up_detail.class.php.
References $sql, ag_id, db, and verify().
Referenced by save().
Follow_Up_Detail::load | ( | ) |
load the todo_list row thanks it's ID
Definition at line 173 of file follow_up_detail.class.php.
Follow_Up_Detail::load_all | ( | ) |
retrieve all the details of an Follow_Up
Definition at line 146 of file follow_up_detail.class.php.
References $a, $i, $idx, $res, $row, $sql, $value, ag_id, and db.
Follow_Up_Detail::save | ( | ) |
Follow_Up_Detail::set_parameter | ( | $p_string, | |
$p_value | |||
) |
Definition at line 69 of file follow_up_detail.class.php.
Follow_Up_Detail::update | ( | ) |
Definition at line 119 of file follow_up_detail.class.php.
References $sql, ag_id, db, and verify().
Referenced by save().
Follow_Up_Detail::verify | ( | ) |
Definition at line 85 of file follow_up_detail.class.php.
Follow_Up_Detail::$ad_id |
Definition at line 53 of file follow_up_detail.class.php.
Follow_Up_Detail::$ag_id |
Definition at line 53 of file follow_up_detail.class.php.
Follow_Up_Detail::$db |
Definition at line 53 of file follow_up_detail.class.php.
|
staticprivate |
Definition at line 42 of file follow_up_detail.class.php.