Skip to content

Instantly share code, notes, and snippets.

View vladqa's full-sized avatar

Kolesnikov Vladislav vladqa

  • Russia; Saint-Petersburg
View GitHub Profile
@vladqa
vladqa / yii-clear-table-cache.php
Created January 11, 2014 21:43
Clear Yii table schema cache
// 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();