Class BaseController
- CController
-
application\core\controllers\Controller
-
application\modules\article\controllers\BaseController
Direct known subclasses
application\modules\article\controllers\CategoryController
,
application\modules\article\controllers\DefaultController
Namespace: application\modules\article\controllers
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/article/controllers/BaseController.php
Copyright: Copyright © 2008-2013 IBOS Inc
Author: gzwwb gzwwb@ibos.com.cn
Located at system/modules/article/controllers/BaseController.php
Methods summary
public
string
|
|
protected
boolean
|
|
protected
boolean
|
|
protected
array
|
|
public
array
|
Methods inherited from application\core\controllers\Controller
__construct()
,
actionError()
,
ajaxReturn()
,
error()
,
filterNotAuthModule()
,
filterRoutes()
,
getAssetUrl()
,
init()
,
render()
,
setTitle()
,
showMessage()
,
success()
Constants summary
integer |
ARTICLE_TYPE_DEFAULT
默认信息类型:文章 |
#
0
|
integer |
ARTICLE_TYPE_PICTURE
信息类型:图片 |
#
1
|
integer |
ARTICLE_TYPE_LINK
信息类型:超链接 |
#
2
|