Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save HikoQiu/c3a319f0f7f7714acb8f to your computer and use it in GitHub Desktop.
Save HikoQiu/c3a319f0f7f7714acb8f to your computer and use it in GitHub Desktop.
$sTableName=Yii::app()->db->tablePrefix.str_replace(array('{','}'),array('',''),$sTableName);
return in_array($sTableName,Yii::app()->db->schema->getTableNames());
// 刷新新的数据表(比如在修改表名称之后执行该操作)
Yii::app()->db->schema->refresh();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment