Welcome Guest, Not a member yet? Register   Sign In
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();
}


Messages In This Thread
Codeigniter in PHP5 - by El Forum - 07-23-2008, 11:30 AM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 11:36 AM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 11:42 AM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 11:52 AM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 12:01 PM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 03:20 PM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 08:15 PM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 08:52 PM
Codeigniter in PHP5 - by El Forum - 07-23-2008, 09:06 PM
Codeigniter in PHP5 - by El Forum - 07-24-2008, 10:58 AM
Codeigniter in PHP5 - by El Forum - 07-24-2008, 11:21 AM
Codeigniter in PHP5 - by El Forum - 07-24-2008, 11:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB