Welcome Guest, Not a member yet? Register   Sign In
Routeing Help
#4

[eluser]InsiteFX[/eluser]
CodeIgniter Users Guide - URL Helper - See the anchor() tag

Make sure you load the url helper!

Example:
Code:
<?php echo anchor('news/local/123', 'My News', 'title="News title"'); ?>

// Produces
<a href="http://example.com/index.php/news/local/123" title="News title">My News</a>



Messages In This Thread
Routeing Help - by El Forum - 05-05-2012, 06:04 PM
Routeing Help - by El Forum - 05-05-2012, 06:10 PM
Routeing Help - by El Forum - 05-05-2012, 06:21 PM
Routeing Help - by El Forum - 05-05-2012, 08:33 PM
Routeing Help - by El Forum - 05-06-2012, 07:54 AM
Routeing Help - by El Forum - 05-06-2012, 12:23 PM



Theme © iAndrew 2016 - Forum software by © MyBB