コード例 #1
0
 public function down()
 {
     Yii::import('ext.apiAuth.*');
     $this->dropTable(ApiAuth::getTablePrefix() . 'nonce');
 }
コード例 #2
0
ファイル: ANonce.php プロジェクト: denits/yii-apiauth
 /**
  * @return string the associated database table name
  */
 public function tableName()
 {
     return ApiAuth::getTablePrefix() . 'nonce';
 }