CodeIgniter Forums
How to get controler URL at View - 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: How to get controler URL at View (/showthread.php?tid=46988)



How to get controler URL at View - El Forum - 11-22-2011

[eluser]Unknown[/eluser]
Hi people,

Let say I am at my View loaded by my controller named Book.

Is there any way for me to get my controller's URL at View instead of manually type

Code:
echo base_url('book');

Thank you for reading this! Smile