openDatabase() public method

Open SQLite database
Since: 2.0.1
public openDatabase ( ) : boolean
return boolean true if database was opened successfully
Exemplo n.º 1
0
 protected function openDatabase()
 {
     //TODO do this the cakephp way
     return parent::openDatabase();
 }