noalyss Version-9
|
class for the group of the analytic account More...
Public Member Functions | |
__construct ( $p_cn) | |
display_html () | |
export_csv () | |
get_from_array ($p_array) | |
fill the object thanks an array More... | |
get_result () | |
insert () | |
insert into the database an object More... | |
load () | |
load the todo_list row thanks it's ID More... | |
myList () | |
remove () | |
remove from the database More... | |
set_sql_filter () | |
Set the filter (account_date) More... | |
show_button ($p_hidden="") | |
display the button export CSV More... | |
Public Member Functions inherited from Anc_Print | |
__construct ($p_cn) | |
check () | |
display_form ($p_hidden="") | |
Compute the form to display. More... | |
get_request () | |
complete the object with the data in $_REQUEST More... | |
set_sql_filter () | |
Set the filter (account_date) More... | |
Static Public Member Functions | |
static | test_me () |
Data Fields | |
$db | |
$ga_description | |
$ga_id | |
$pa_id | |
Data Fields inherited from Anc_Print | |
$db | |
$from | |
$from_poste | |
$to | |
$to_poste | |
class for the group of the analytic account
Definition at line 31 of file anc_group.class.php.
Anc_Group::__construct | ( | $p_cn | ) |
Reimplemented from Anc_Print.
Definition at line 38 of file anc_group.class.php.
Anc_Group::display_html | ( | ) |
Definition at line 188 of file anc_group.class.php.
References $array, alert(), Anc_Print\check(), and get_result().
Anc_Group::export_csv | ( | ) |
Definition at line 223 of file anc_group.class.php.
References $array, $i, and get_result().
Anc_Group::get_from_array | ( | $p_array | ) |
fill the object thanks an array
array |
Definition at line 106 of file anc_group.class.php.
Anc_Group::get_result | ( | ) |
Definition at line 161 of file anc_group.class.php.
References $ret, $sql, db, pa_id, and set_sql_filter().
Referenced by display_html(), and export_csv().
Anc_Group::insert | ( | ) |
insert into the database an object
Definition at line 51 of file anc_group.class.php.
Anc_Group::load | ( | ) |
load the todo_list row thanks it's ID
Definition at line 86 of file anc_group.class.php.
References $array, $res, $sql, db, DatabaseCore\fetch_array(), ga_id, and pa_id.
Anc_Group::myList | ( | ) |
Definition at line 112 of file anc_group.class.php.
References $array, $m, $obj, $r, $res, $sql, db, and DatabaseCore\fetch_all().
Anc_Group::remove | ( | ) |
remove from the database
Definition at line 73 of file anc_group.class.php.
References $sql, db, ga_id, and noalyss_str_replace().
Anc_Group::set_sql_filter | ( | ) |
Set the filter (account_date)
Reimplemented from Anc_Print.
Definition at line 133 of file anc_group.class.php.
References $sql, from, from_poste, to, and to_poste.
Referenced by get_result().
Anc_Group::show_button | ( | $p_hidden = "" | ) |
display the button export CSV
$p_hidden | is a string containing hidden items |
Definition at line 207 of file anc_group.class.php.
References $r, from, from_poste, HtmlInput\hidden(), pa_id, HtmlInput\submit(), to, and to_poste.
|
static |
Definition at line 241 of file anc_group.class.php.
References $cn, $r, and Dossier\connect().
Anc_Group::$db |
Definition at line 33 of file anc_group.class.php.
Anc_Group::$ga_description |
Definition at line 35 of file anc_group.class.php.
Anc_Group::$ga_id |
Definition at line 34 of file anc_group.class.php.
Anc_Group::$pa_id |
Definition at line 36 of file anc_group.class.php.