public function getTotal() { $files = array(); Loader::model('file'); $this->createQuery(); return parent::getTotal(); }
public function getTotal() { if ($this->getQuery() == '') { $this->setBaseQuery(); } return parent::getTotal(); }
public function getTotal() { $this->createQuery(); return parent::getTotal(); }