This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Load all tables of the application in the schema | |
| Yii::app()->db->schema->getTables(); | |
| // clear the cache of all loaded tables | |
| Yii::app()->db->schema->refresh(); |