thinkPHP新手找不到一个自定义函数
我是刚接触公司原来的一SB系统,逼着我必须学习 thinkPHP很恶心的那种。
我在主页IndexAction.class.php中发现这么一句
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> if(hasPrivilege("ReportPV",0)){ $trees['100'][] = array('id'=>'100007','text'=>'航线','leaf'=>true,'linkurl'=>'/tp3_et3/SHIPPINGAnalysis/index.php/stat?target=profitall'); }