codeIgnitor helper file problem wont see anchor function
Posted
by user369616
on Stack Overflow
See other posts from Stack Overflow
or by user369616
Published on 2010-06-17T17:30:10Z
Indexed on
2010/06/17
17:33 UTC
Read the original article
Hit count: 157
php
|codeigniter
Hi everyone im new to a PHP framework codeIgniter, I am going over the user guide iv ran in to a problem, I am on the part where you load helper file but for some reason my code just isnt working I keep getting this error:
Fatal error: Call to undefined function anchor() in /home/fresherd/public_html/CI/system/application/views/blogview.php on line 17
now im not 100% sure that it is loading the helper file this could be causing the but I am not sure how to detect the file has been loaded
any advice will help many thanks, Alan
© Stack Overflow or respective owner