Esempio n. 1
0
 /**
  * Get the database without caching it.
  */
 public function getDatabase()
 {
     $this->database = NULL;
     return parent::getDatabase();
 }