yii1 refresh cache schema

Solutions on MaxInterview for yii1 refresh cache schema by the best coders in the world

showing results for - "yii1 refresh cache schema"
Eric
01 Feb 2016
1Yii::app()->cache->flush();
Josefina
08 Oct 2016
1Yii::app()->db->schema->getTables();
2
3// clear the cache of all loaded tables
4
5Yii::app()->db->schema->refresh();