コード例 #1
0
ファイル: file_list.php プロジェクト: homer6/concrete5-mirror
 public function getTotal()
 {
     $files = array();
     Loader::model('file');
     $this->createQuery();
     return parent::getTotal();
 }
コード例 #2
0
ファイル: page_list.php プロジェクト: VonUniGE/concrete5-1
 public function getTotal()
 {
     if ($this->getQuery() == '') {
         $this->setBaseQuery();
     }
     return parent::getTotal();
 }
コード例 #3
0
ファイル: user_list.php プロジェクト: homer6/concrete5-mirror
 public function getTotal()
 {
     $this->createQuery();
     return parent::getTotal();
 }