Welcome Guest, Not a member yet? Register   Sign In
(solved) Why I can't load MY_ libraries?
#7

[eluser]4ever[/eluser]
In view this is OK:

Code:
print_r($this->form_validation);
print_r($this->form_create);

In view this FAILS:
Code:
print_r($this->my_form_create);
print_r($this->my_form_validation);

Conclusion:
- I mustn't write the MY_ or my_ to library() and when I access my method through class.
- Yet I see that no Uppercase letters in load->library() does mind.
- Yet I see that no MY_ in class does matter.

But I expect the class should be named MY_...

Many thanks to Ellli


Messages In This Thread
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 09:21 AM
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 10:08 AM
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 10:15 AM
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 10:26 AM
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 12:03 PM
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 12:23 PM
(solved) Why I can't load MY_ libraries? - by El Forum - 05-22-2011, 12:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB