Welcome Guest, Not a member yet? Register   Sign In
when will they release code igniter in php5?
#11

[eluser]Phil Sturgeon[/eluser]
[quote author="fayer" date="1264571007"]when do u think they will release code igniter in php5?[/quote]

Tuesday.

[quote author="Demedes" date="1264615545"]So, does anybody interested In php5 only version of CI with all php5 native features?[/quote]

Of course we are all interested in seeing progress in CodeIgniter moving forward, but its not all that simple.

You can create an __autoload() function to use libraries in exactly the way you mentioned or staticly, but how do we then extend those?

If we use:

Code:
custom_library::do_something();
// or
$lib = new Custom_library;

And we then want to extend that library, we have to use:

Code:
MY_custom_library::do_something();
// or
$lib = new MY_Custom_library;

That removes a whole lot of the reason why we are extending libraries in the first place and is a big part of why we have $this->custom_library instead.

If you urgently need more PHP 5 specific syntax, give Kohana a try. They have done a lot of this already but not looked much into how.


Messages In This Thread
when will they release code igniter in php5? - by El Forum - 01-26-2010, 05:43 PM
when will they release code igniter in php5? - by El Forum - 01-26-2010, 06:08 PM
when will they release code igniter in php5? - by El Forum - 01-26-2010, 06:11 PM
when will they release code igniter in php5? - by El Forum - 01-26-2010, 06:14 PM
when will they release code igniter in php5? - by El Forum - 01-26-2010, 06:22 PM
when will they release code igniter in php5? - by El Forum - 01-26-2010, 06:47 PM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 04:23 AM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 05:08 AM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 06:05 AM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 06:30 AM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 06:33 AM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 08:32 AM
when will they release code igniter in php5? - by El Forum - 01-27-2010, 09:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB