Welcome Guest, Not a member yet? Register   Sign In
Book for the latest version of CI?
#3

[eluser]InsiteFX[/eluser]
You can use the books but there are some major differences where you will need to convert the code.

Code:
// Controllers
Controller is now CI_Controller

// Models
Model is now CI_Model

// Constructor has changed.
public function __construct()
{
    parent::__construct();
}



Messages In This Thread
Book for the latest version of CI? - by El Forum - 08-12-2012, 08:17 AM
Book for the latest version of CI? - by El Forum - 08-12-2012, 09:33 AM
Book for the latest version of CI? - by El Forum - 08-12-2012, 10:14 AM
Book for the latest version of CI? - by El Forum - 08-14-2012, 03:37 AM
Book for the latest version of CI? - by El Forum - 08-14-2012, 06:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB