Exemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->games = new Games($this->db);
     $this->scheduleDays = ['null' => 'No Schedule', 'sunday' => 'Sundays', 'monday' => 'Mondays', 'tuesday' => 'Tuesdays', 'wednesday' => 'Wednesdays', 'thursday' => 'Thursdays', 'friday' => 'Fridays', 'saturday' => 'Saturdays'];
     $this->scheduleFrequencies = ['weekly' => 'Weekly', 'biweekly' => 'Bi-Weekly', 'monthly' => 'Monthly'];
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
     $this->md = Markdown::instance();
 }
Exemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->cards = new Cards($this->db);
     $this->upcoming = new Upcoming($this->db);
 }
Exemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->plugins = new Plugins($this->jig);
 }