コード例 #1
0
ファイル: CakeAdapter.php プロジェクト: lhas/pep
 /**
  * Does the schema table exist?
  *
  * @deprecated use hasTable instead.
  * @return bool
  */
 public function hasSchemaTable()
 {
     return $this->adapter->hasSchemaTable();
 }