Welcome Guest, Not a member yet? Register   Sign In
Helpers
#1

I noticed that making my own helper functions does not work?  Angry

form validation and sessions appear to work!  Smile
Simpler is always better
Reply
#2

More specifics are always helpful if you want the problem to get fixed. Smile

Are you seeing errors, the file not loading, etc?
Reply
#3

(04-20-2017, 11:05 AM)kilishan Wrote: More specifics are always helpful if you want the problem to get fixed. Smile

Are you seeing errors, the file not loading, etc?

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
Reply
#4

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. Smile
Reply
#5

(This post was last modified: 04-20-2017, 01:56 PM by donpwinston.)

(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. Smile

Are you seeing errors, the file not loading, etc?

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()'



The helper file needs to be named 'bnc_helper'.php

Thanks. Blush
Simpler is always better
Reply




Theme © iAndrew 2016 - Forum software by © MyBB