We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

missing forum dao function[Answered] | Forum

dave Leader
dave May 20 '14
Hi,  this function is in forum_service.php


    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

The Forum post is edited by ross May 22 '14
ross Team
ross May 22 '14
Dave this function is in the base_dao.php in ow_core
dave Leader
dave May 22 '14
oh ok thanks ross, my bad i just assumed it had to be in the local dao file for the plugin... 


thanks for the reply man :)