openDatabase() 공개 메소드

Open SQLite database
부터: 2.0.1
public openDatabase ( ) : boolean
리턴 boolean true if database was opened successfully
예제 #1
0
 protected function openDatabase()
 {
     //TODO do this the cakephp way
     return parent::openDatabase();
 }