CodeIgniter Forums
Codeigniter in PHP5 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Codeigniter in PHP5 (/showthread.php?tid=10235)

Pages: 1 2


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]johnmiller[/eluser]
Hey..

Can I use codeigniter in PHP5?

Can I use all the PHP5 features if I use codeigniter in PHP5?


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]Rick Jolly[/eluser]
Yes.

Edit:
One caveat - use php 4 syntax for CI parent classes in your extending class constructors. Example:
Code:
function __construct()
{
   parent::Controller();
}



Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]johnmiller[/eluser]
Thanks Rick...

Can you please give me the best links (video tutorials) to learn codeigniter..


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]SpooF[/eluser]
http://codeigniter.com/tutorials/


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]johnmiller[/eluser]
Thanks SpooF...

Do you have any idea where I can get more video tutorials???


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]cyr0715[/eluser]
try this one: http://video.derekallard.com/

I found that very helpful. If you find any other good ones I would appreciate you sharing them Wink

Dan


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]Derek Allard[/eluser]
CodeIgniterDirectory listing of video tutorials.


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]cyr0715[/eluser]
Haha, well thanks for that. I had no idea there was such a site, thanks.


Codeigniter in PHP5 - El Forum - 07-23-2008

[eluser]Derek Allard[/eluser]
Hey no prob! Its not "official" per se, but its run by one by and contributed to by some of the best and brightest from the community.


Codeigniter in PHP5 - El Forum - 07-24-2008

[eluser]johnmiller[/eluser]
Thanks everybody...

i have gone through the video tutorial link http://codeigniter.com/tutorials/

They are using a GUI to develop that...

What is that?

How can I get that GUI?

I am using Dreamweaver.