refactored MVC.

This commit is contained in:
Qiang Xue
2013-03-31 20:21:29 -04:00
parent b0cc86dfcd
commit c32a202d82
7 changed files with 174 additions and 138 deletions

View File

@ -24,11 +24,6 @@ class PageCache extends ActionFilter
* A route consists of the requested controller ID and action ID. Defaults to true.
*/
public $varyByRoute = true;
/**
* @var View the view object that is used to create the fragment cache widget to implement page caching.
* If not set, the view registered with the application will be used.
*/
public $view;
/**
* @var string the application component ID of the [[\yii\caching\Cache|cache]] object.
*/