标签: php codeigniter pyro
这是我的插件功能。
class Plugin_name extends Plugin function test(){ return '1'; } }
我想在Controller文件中使用此功能。
如何在Controller中调用插件函数。