代码格式化

This commit is contained in:
2016-08-27 22:24:30 +08:00
parent db9e4b00e7
commit 1710eb742c
12 changed files with 418 additions and 395 deletions

View File

@@ -9,9 +9,9 @@
namespace app\common\controller;
class Fornt extends Base{
class Fornt extends Base {
public function _initialize(){
public function _initialize() {
parent::_initialize();
//判读是否为关闭网站
@@ -27,7 +27,7 @@ class Fornt extends Base{
}
//当前栏目导航
protected function setHoverNav(){
protected function setHoverNav() {
//dump($_SERVER['PHP_SELF']);
}
}