Welcome Guest, Not a member yet? Register   Sign In
special complex pagination with CI ?
#3

[eluser]dansmith65[/eluser]
What is your question? I looked through your code, but it seems like I have to guess what you are asking. Can you please clarify what you want to accomplish, and at what point you get stuck?


as a side note (it doesn't answer your question, but would clean up your code slightly...
Code:
//replace this...
$config['base_url'] = base_url().'index.php/profile/private_message/';

//with
$config['base_url'] = site_url('profile/private_message/');
//or
$config['base_url'] = site_url(str_replace('::', '/', strtolower(__METHOD__)) );


Messages In This Thread
special complex pagination with CI ? - by El Forum - 02-24-2011, 04:36 AM
special complex pagination with CI ? - by El Forum - 02-24-2011, 06:57 AM
special complex pagination with CI ? - by El Forum - 02-24-2011, 01:24 PM
special complex pagination with CI ? - by El Forum - 02-24-2011, 02:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB