Code Documentation
This commit is contained in:
parent
c661b0a41b
commit
ff70feba5b
1 changed files with 10 additions and 0 deletions
|
|
@ -32,6 +32,16 @@ class Calendar
|
|||
{
|
||||
var $current_date;
|
||||
private static $nb_day=array(31,28,31,30,31,30,31,31,30,31,30,31);
|
||||
var $month; // current month
|
||||
var $day ; // day
|
||||
var $year; // year
|
||||
var $action_div; // array of action
|
||||
|
||||
// following are completed by fill_from_action
|
||||
var $action; // array of event - follow-up (T: action_gestion)
|
||||
var $str_name; // array of tiers for event - follow-up (T: action_gestion)
|
||||
var $title; // array of title for each event - follow-up (T: action_gestion)
|
||||
var $hour ; // array of hour for each event - follow-up (T: action_gestion)
|
||||
|
||||
function __construct()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue