PHP Class AppAction, thinksns

Inheritance: extends BaseAction
Show file Open project: medz/thinksns-4 Class Usage Examples

Public Methods

Method Description
addapp ( ) 前台 应用管理 *
editapp ( )
index ( ) 应用列表页面,默认为所有应用
install ( ) : json 登录用户安装应用操作
myApp ( ) 我的应用列表页面,登录用户已经安装的应用
uninstall ( ) : json 登录用户卸载应用操作

Protected Methods

Method Description
_initialize ( ) 初始化控制器,加载相关样式表

Method Details

_initialize() protected method

初始化控制器,加载相关样式表
protected _initialize ( )

addapp() public method

前台 应用管理 *
public addapp ( )

editapp() public method

public editapp ( )

index() public method

应用列表页面,默认为所有应用
public index ( )

install() public method

登录用户安装应用操作
public install ( ) : json
return json 返回操作后的JSON信息数据

myApp() public method

我的应用列表页面,登录用户已经安装的应用
public myApp ( )

uninstall() public method

登录用户卸载应用操作
public uninstall ( ) : json
return json 返回操作后的JSON信息数据