ThinkPHP行为和钩子实战,AOP编程

Demo <?php namespace app\index\controller; use \think\facade\Hook; class Index { public function index() { $params = ['username' => 'liaosp']; Hook::add('app_init', 'app\inde
相关文章
相关标签/搜索