コード例 #1
0
ファイル: Table.php プロジェクト: wells5609/wp-app
 /**
  * Checks whether the table actually exists in the database.
  * 
  * @return boolean
  */
 public function isInstalled()
 {
     return $this->connection->isTableInstalled($this->tableName);
 }