noalyss
Version-6.7.2
|
Public Member Functions | |
__construct (&$cn) | |
count () | |
return the number of different exercices into a folder | |
select ($name, $selected='', $js='') | |
Show a ISelect with the different exercices. | |
select_date ($name, $selected='', $js='') | |
Show a ISelect with the different exercices, display start and end date. |
Definition at line 27 of file class_exercice.php.
Exercice::__construct | ( | &$ | cn | ) |
Exercice::count | ( | ) |
return the number of different exercices into a folder
$cn | is the database connexion object database |
Definition at line 38 of file class_exercice.php.
Exercice::select | ( | $ | name, |
$ | selected = '' , |
||
$ | js = '' |
||
) |
Show a ISelect with the different exercices.
$name | of the iselect |
$selected | the selected year (default = '') |
$js | javascript (default = '') |
Definition at line 50 of file class_exercice.php.
Exercice::select_date | ( | $ | name, |
$ | selected = '' , |
||
$ | js = '' |
||
) |
Show a ISelect with the different exercices, display start and end date.
$name | of the iselect |
$selected | the selected year (default = '') |
$js | javascript (default = '') |
Definition at line 65 of file class_exercice.php.