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

[eluser]Unknown[/eluser]
Hi,

I noticed there are some books on-line that refer to version 1.7. I am just embarking on my CI journey and downloaded the latest version and tend to learn best personally by reading.

Can someone tell me if 1.7 is very different than the current version or if you know if there are any updated books? Will the 1.7 book edition send my down the wrong path?

Thanks,

Tom
#2

[eluser]SkiOne[/eluser]
I am looking for the same, also a kindle-ish version as well!
#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();
}

#4

[eluser]spurs_fan11[/eluser]
Google 'codeigniter handbook' Jamie Rumbelow is writing some good stuff for the latest CI version.
#5

[eluser]SkiOne[/eluser]
Thanks when I first look at that book, I didn't notice the ebook version.




Theme © iAndrew 2016 - Forum software by © MyBB