Пример #1
0
 /**
  * Checks whether the table actually exists in the database.
  * 
  * @return boolean
  */
 public function isInstalled()
 {
     return $this->connection->isTableInstalled($this->tableName);
 }