ManageAction::index PHP Method

index() public method

展示用户管理的应用
public index ( )
    public function index()
    {
        $this->assign('appList', $this->appList);
        $this->setTitle(L('PUBLIC_MANAGE_INDEX'));
        $this->display();
    }