开发者

codeigniter error pages

How to ac开发者_如何学Pythoncess helpers/libraries in error pages of codeigniter ? For example error_general ?


Use this function:

$CI &= get_instance();
$CI->load->library('foo');


Thanks. This worked for me. However, the statement should actually say this,

$CI = & get_instance();
$CI->load->library('foo');
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜