Skip to content

Commit

Permalink
group name
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjiguang committed Jun 18, 2020
1 parent 873abf9 commit a903ef2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/base/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ abstract class Controller implements IController{
private static $strip_tags= false;//是否对参数进行strip_tags过滤

public function __construct(){}


public function getGroupName() {/*{{{*/
return MODULE;
}/*}}}*/

public function getControllerName() {/*{{{*/
return CONTROLLER;
}/*}}}*/
Expand Down

0 comments on commit a903ef2

Please sign in to comment.