예제 #1
0
 public function actionAll($type = null)
 {
     Url::remember(['post/category/all'], 'categories');
     return parent::actionAll(CmsGlobal::TYPE_POST, false);
 }
예제 #2
0
 public function actionAll($type = null)
 {
     Url::remember(['dropdown/all'], 'categories');
     return parent::actionAll(CoreGlobal::TYPE_COMBO, true);
 }