Welcome Guest, Not a member yet? Register   Sign In
Pagination in library file return blank result
#2

[eluser]Seppo[/eluser]
$this->CI ?
Probably you need to use
Code:
$CI =& get_instance();
$CI->pagination->initialize($config);
// ............
instead...

Also, It is recommended to enable display_errors on development to find out the errors faster... you can simple ini_set('display_errors', 'On');


Messages In This Thread
Pagination in library file return blank result - by El Forum - 04-11-2008, 01:52 AM
Pagination in library file return blank result - by El Forum - 04-11-2008, 05:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB