Welcome Guest, Not a member yet? Register   Sign In
Pagination from library causing problem, help needed.
#3

[eluser]hvalente13[/eluser]
Hi,

I think that you problem is at the config param of the uri segment.

Try to give it a fixed number ($this->uri->segment(4) - 4 is just an example).

I guess that this:

Quote:http://localhost/myapp/index.php/mycontr...show_tbl/5

Code:
$ts=$this->CI->uri->total_segments();//for getting last uri segment

gives you the total number of uri segments, in this case = 6, but you want the 3rd.

Hope this helps.


Messages In This Thread
Pagination from library causing problem, help needed. - by El Forum - 04-14-2008, 11:50 PM
Pagination from library causing problem, help needed. - by El Forum - 07-11-2008, 08:25 AM
Pagination from library causing problem, help needed. - by El Forum - 07-11-2008, 11:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB