命名的错误
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -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'),
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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(){
|
||||||
|
|||||||
Reference in New Issue
Block a user