Example #1
0
 public function getDisabledIDs()
 {
     return $this->pdo->query("SELECT id FROM genres WHERE disabled = 1", true, nZEDb_CACHE_EXPIRY_LONG);
 }
Example #2
0
 public function getDisabledIDs()
 {
     return $this->pdo->query("SELECT id FROM genres WHERE disabled = 1");
 }