openDatabase() public méthode

Open SQLite database
Since: 2.0.1
public openDatabase ( ) : boolean
Résultat boolean true if database was opened successfully
 protected function openDatabase()
 {
     //TODO do this the cakephp way
     return parent::openDatabase();
 }