db_config = require_once(__DIR__ . '/../config/database.php'); $this->db = Query($this->db_config['collection']); $this->anime_model = new AnimeModel(); //parent::__construct(); } public function get_collection() { // TODO: show collection from database } } // End of AnimeCollectionModel.php