예제 #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);
 }