命名的错误

This commit is contained in:
2017-10-06 09:34:37 +08:00
parent 0c2000b8e6
commit 1413db446c
7 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
namespace app\common\controller; namespace app\common\controller;
class User extends Fornt { class User extends Front {
public function _initialize() { public function _initialize() {
parent::_initialize(); parent::_initialize();

View File

@@ -8,8 +8,8 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\controller\Fornt; use app\common\controller\Front;
class Addons extends Fornt { class Addons extends Front {
} }

View File

@@ -8,9 +8,9 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\controller\Fornt; use app\common\controller\Front;
class Content extends Fornt { class Content extends Front {
protected $beforeActionList = array( protected $beforeActionList = array(
'setModel' => array('except' => 'category'), 'setModel' => array('except' => 'category'),

View File

@@ -8,9 +8,9 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\controller\Fornt; use app\common\controller\Front;
class Form extends Fornt { class Form extends Front {
public function _initialize() { public function _initialize() {
parent::_initialize(); parent::_initialize();

View File

@@ -8,9 +8,9 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\controller\Fornt; use app\common\controller\Front;
class Index extends Fornt { class Index extends Front {
//网站首页 //网站首页
public function index() { //设置SEO public function index() { //设置SEO

View File

@@ -8,9 +8,9 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
namespace app\index\controller; namespace app\index\controller;
use app\common\controller\Fornt; use app\common\controller\Front;
class Search extends Fornt{ class Search extends Front{
//文档搜索结果显示 //文档搜索结果显示
public function index(){ public function index(){