25 require_once NOALYSS_INCLUDE.
'/lib/class_database.php';
26 require_once NOALYSS_INCLUDE.
'/lib/class_iselect.php';
40 $count=$this->
cn->get_value(
'select count(distinct p_exercice) from parm_periode');
53 $iselect->value=$this->
cn->make_array(
'select distinct p_exercice,p_exercice from parm_periode order by 1');
68 $iselect->value=$this->
cn->make_array(
"select distinct p_exercice,to_char (min(p_start),'DD.MM.YY')
70 ||to_char (max(p_end),'DD.MM.YY')
72 group by p_exercice order by 1");
select($name, $selected='', $js='')
Show a ISelect with the different exercices.
count()
return the number of different exercices into a folder
select_date($name, $selected='', $js='')
Show a ISelect with the different exercices, display start and end date.