示例#1
0
 public function __construct($db)
 {
     $this->db = $db;
     $this->episodes = manageEpisodeEntries::getAllEpisodesFromDatabase($db);
 }