New to Codeigniter |
[eluser]phpkode[/eluser]
check this site for examples with source files http://codeigniter.tv/ Another one- Easy Authentication with CodeIgniter http://net.tutsplus.com/tutorials/php/ea...deigniter/ Many examples on net.tutsplus also give source files http://net.tutsplus.com/?s=codeigniter You can also try all tutorials for codeigniter 1.7 . To make them work in 2.0 mostly only cosmetic changes are needed 1) Models and Controllers in application folder should extend CI_Model and CI_Controller, respectively. (earlier there was no prefix ie, Model and Controller only). 2) constructer style should be changed to PHP5 ie, __construct (notice two underscores) |
Messages In This Thread |
New to Codeigniter - by El Forum - 07-28-2013, 10:53 AM
New to Codeigniter - by El Forum - 07-28-2013, 06:40 PM
New to Codeigniter - by El Forum - 07-29-2013, 11:20 AM
|