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']; }
function __construct() { parent::__construct(); $this->md = Markdown::instance(); }
function __construct() { parent::__construct(); $this->cards = new Cards($this->db); $this->upcoming = new Upcoming($this->db); }
function __construct() { parent::__construct(); $this->plugins = new Plugins($this->jig); }