Welcome Guest, Not a member yet? Register   Sign In
Correct way to use homemade functions
#4

[eluser]tinawina[/eluser]
Just one more tidbit on this. If I change my_helper.php to include an echo statement:

Code:
function hello() {
   echo 'hello for the heck of it...';
   $data['message'] = 'Hi there!';
}

I do see "hello for the heck of it..." , just before testing this out. I guess I tried this just to make sure the my_helper.php file was ok. Smile Thanks!


Messages In This Thread
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:27 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:34 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:36 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:37 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:42 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:43 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 01:45 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 02:17 PM
Correct way to use homemade functions - by El Forum - 08-14-2007, 08:58 PM
Correct way to use homemade functions - by El Forum - 08-15-2007, 01:08 PM
Correct way to use homemade functions - by El Forum - 08-15-2007, 01:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB