katsube / WingPHP

Automatically exported from code.google.com/p/wingphp
Other
0 stars 0 forks source link

Smarty not cache method. #18

Closed katsube closed 8 years ago

katsube commented 8 years ago
class BaseController{
    public function caching($flag){
        $this->smarty->caching = $flag
    }
}