09-22-2008, 03:20 PM
[eluser]phalkan[/eluser]
Hi
I followed the video tutorial and set up a CI site. When I use the link to the next function, www.mysite.com/index.php/blog/comments/ it does not run the comments function function comments()
{
echo 'testing...';
}
It runs the default function index().
I have set up route default to the blog controller.
Any help would be appreciated.
Thanks
Hi
I followed the video tutorial and set up a CI site. When I use the link to the next function, www.mysite.com/index.php/blog/comments/ it does not run the comments function function comments()
{
echo 'testing...';
}
It runs the default function index().
I have set up route default to the blog controller.
Any help would be appreciated.
Thanks