_tableName_ = 'routes'; parent::__construct(); } function getByAuthor($authorId) { return $this->getAll('`author` = '.$authorId); } }