//\Application\Common\Common\function.phpfunction test(){ return 'OK';}//Controller调用echo test();//输出OK