Welcome Guest, Not a member yet? Register   Sign In
how to pass data from view to model in codeigniter
#2

[eluser]pickupman[/eluser]
Generally speaking you would need to create links like:
Code:
<a href="http://example.com/controller/method/ID">ID</a>

//You can access the ID by using
$id = $this->uri->segment(3);


Messages In This Thread
how to pass data from view to model in codeigniter - by El Forum - 08-14-2010, 01:22 PM
how to pass data from view to model in codeigniter - by El Forum - 08-14-2010, 07:18 PM



Theme © iAndrew 2016 - Forum software by © MyBB