November 2009
Beginner to intermediate
300 pages
5h 43m
English
This is possible, thanks to the structure of CI, as for this to be possible we need to separate our code in more than one file. CI follows the MVC design pattern, which means that we have our code divided into:
Again, at first this may seem tight to work with. But it is very convenient and will make our code more maintainable. For example, if we want to read the records from our users2 table, we will need three files, one for each—controller, model, view.
To retrieve the data we will create ...
Read now
Unlock full access