切换风格

默认 晚霞 雪山 粉色心情 伦敦 花卉 绿野仙踪 加州 白云 星空 薰衣草 城市 简约黑色 简约米色 龙珠
代码高亮测试
 5503     2
发表于 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}
}



发表于 2016-6-1 |

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

发表于 2016-6-2 |

测试

GMT+8, 2024-11-26 10:46:08 运行耗时 0.0245 秒.

Powered by HYBBS 2.3.4

© 2016-2019 HYBBS

返回顶部