帖子菜单

代码高亮测试

intern 2016-6-1


<?php
namespace Action;
use HY\Action;

class EmptyAction extends HYBBS {
    public function __construct(){
        //parent::__construct();
        {hook a_empty_init}
    }
    public function index(){
        {hook a_empty_index_v}
        $_GET['type'] = ACTION_NAME;
        $_GET['pageid'] = intval(isset($_GET['HY_URL'][1]) ? $_GET['HY_URL'][1] : 1) or $pageid=1;
        A("Index")->Index();
    }
    public function _empty(){
        {hook a_empty_empty_v}
        $_GET['type'] = ACTION_NAME;
        $_GET['pageid'] = intval(isset($_GET['HY_URL'][1]) ? $_GET['HY_URL'][1] : 1) or $pageid=1;
        A("Index")->Index();
    }
    {hook a_empty_fun}
}


intern

# 1楼 2016-6-1 点评

worried,还无法删除自己的帖子=。=

shiwenan

# 2楼 2016-6-2 点评

测试

踩 (0)
赞 (0)
查看 (5563)
登陆后才可发表内容