public function countAllTopics() { return $this->topicDao->countAll(); }
However there is no countAll function in topic_dao.php
is there a reason this function does not exist in the dao file?
thanks
public function countAllTopics() { return $this->topicDao->countAll(); }
However there is no countAll function in topic_dao.php
is there a reason this function does not exist in the dao file?
thanks
thanks for the reply man :)