예제 #1
0
파일: Genres.php 프로젝트: kaibosh/nZEDb
 public function getDisabledIDs()
 {
     return $this->pdo->query("SELECT id FROM genres WHERE disabled = 1", true, nZEDb_CACHE_EXPIRY_LONG);
 }
예제 #2
0
파일: Genres.php 프로젝트: sebst3r/nZEDb
 public function getDisabledIDs()
 {
     return $this->pdo->query("SELECT id FROM genres WHERE disabled = 1");
 }