Helpers |
I noticed that making my own helper functions does not work?
![]() form validation and sessions appear to work! ![]()
Simpler is always better
More specifics are always helpful if you want the problem to get fixed.
![]() Are you seeing errors, the file not loading, etc?
(04-20-2017, 11:05 AM)kilishan Wrote: More specifics are always helpful if you want the problem to get fixed. helper('bnc'); //bnc.php is in Helper folder and contains the function states() print "<pre>" . print_r(states(), TRUE) . "</pre>"; When I call the function I get 'Call to undefined function App\Controllers\states()'
Simpler is always better
Sounds like a possible bug. Could you post an issue over at GitHub so that I don't forget about it?
Also - have you done any checking of what's happening in the code yourself? If not, no biggy, but you're using Alpha-quality software at the moment, so that's probably a good practice to get into. ![]()
(04-20-2017, 12:36 PM)donpwinston Wrote:(04-20-2017, 11:05 AM)kilishan Wrote: More specifics are always helpful if you want the problem to get fixed. The helper file needs to be named 'bnc_helper'.php Thanks. ![]()
Simpler is always better
|
Welcome Guest, Not a member yet? Register Sign In |