![]() |
anchor controller issue - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: anchor controller issue (/showthread.php?tid=52415) |
anchor controller issue - El Forum - 06-09-2012 [eluser]Unknown[/eluser] i am still a bit new to code ignitor but i managed to successfully use most functions i need of it. now how ever i have a problem with in my anchor command. Code: <?php echo anchor('gallery/index', 'Gallery'); ?> Code: <?php echo anchor('welcome/index', 'Gallery'); ?> can someone help me, since i have no idea how to solve this problem myself. |