Esempio n. 1
0
 public function getTotal()
 {
     $files = array();
     Loader::model('file');
     $this->createQuery();
     return parent::getTotal();
 }
Esempio n. 2
0
 public function getTotal()
 {
     if ($this->getQuery() == '') {
         $this->setBaseQuery();
     }
     return parent::getTotal();
 }
Esempio n. 3
0
 public function getTotal()
 {
     $this->createQuery();
     return parent::getTotal();
 }