摘要:
1 application\components\controller.php2 3 protected function afterRender($view, &$output) 4 { 5 if(Yii::app()->params['compress_on']){ 6 Yii::import('ext.Compress', true); 7 $output = Compress::minify($output, array('xhtml' => true)); 8 } 9 }extension\Compress.php 阅读全文
posted @ 2014-01-07 17:46
jami918
阅读(345)
评论(0)
推荐(0)

浙公网安备 33010602011771号