Codeigniter: user defined helper function does not load.

Posted by cbrandolino on Stack Overflow See other posts from Stack Overflow or by cbrandolino
Published on 2010-12-25T04:48:28Z Indexed on 2010/12/25 4:54 UTC
Read the original article Hit count: 157

Filed under:
|
|
|

Hi everybody.

I made a custom helper extending the system string_helper.php.

I placed it in my /application/helpers folder, called MY_string_helper.php as required, unit-tested its functions.

Now, when I try to call one of its functions from a model, it does not work.

The functions in the default string helper work, instead. It looks like my extension is not loaded for some reasons.

Thanks a lot, and happy holidays.

© Stack Overflow or respective owner

Related posts about php

Related posts about mvc