Welcome Guest, Not a member yet? Register   Sign In
Codeigniter in PHP5
#1

[eluser]johnmiller[/eluser]
Hey..

Can I use codeigniter in PHP5?

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

[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();
}
#3

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

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

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

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

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

[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
#7

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

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

[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.
#10

[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.




Theme © iAndrew 2016 - Forum software by © MyBB