Welcome Guest, Not a member yet? Register   Sign In
Cannot figure out Pagination + custom design
#4

[eluser]InsiteFX[/eluser]
For one you did not say what version of CodeIgniter you are using!

But if your using CodeIgniter 2.0.+ then your Controller and Model are wrong!

CI 2.0.+
Controller extends CI_Controller
Model extends CI_Model

Constructor is:
Code:
public funtion __construct()
{
    parent::__construct();
}

InsiteFX


Messages In This Thread
Cannot figure out Pagination + custom design - by El Forum - 05-07-2011, 02:54 PM
Cannot figure out Pagination + custom design - by El Forum - 05-09-2011, 08:45 PM
Cannot figure out Pagination + custom design - by El Forum - 05-10-2011, 08:27 AM
Cannot figure out Pagination + custom design - by El Forum - 05-10-2011, 01:07 PM
Cannot figure out Pagination + custom design - by El Forum - 05-14-2011, 06:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB