I think the majority of the namespaces stuff is fine. However, having
read the irc discussion about how the namespaces seperator was decided
upon, i don't think there are many people here who can honestly say
that ease of typing is that big of a deal compared to maintainability
and being able to ea
So can I just confirm that what was previously
is now
Is this correct ?
On Mon, Oct 27, 2008 at 9:12 AM, Nathan Rixham <[EMAIL PROTECTED]> wrote:
> Greg Beaver wrote:
>>
>> Hi all,
>>
>> Let me make this brief: there will be lots of complaining about the
>> namespace separator.
>>
>> Stop
Sounds fantastic to me.
Not a fan of the {} namespaces but each to their own.
On Tue, Sep 23, 2008 at 5:15 AM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote:
> Hi!
>
> On the ZendCon, we (Marcus, Elizabeth, Andi and myself) had a talk about
> what we'd like to do with namespaces, and we arrived at
I for one would prefer the
<<
classes:
1) check current namespace
2) autoload if possible
3) fail
functions:
1) check current namespace
2) check internal
3) fail
>>
I think this a good approach. I don't know how biased I am as I use
the autoloader quite alot but it seems reasonable to me.
Hi people,
Just wondering if anyone can tell me when the Normalizer class is
slated for inclusion or if it hasn't been decided yet.
http://au2.php.net/manual/en/class.normalizer.php
Just trying to work out if i should wait or if i should write my own /
use another
--
PHP Internals - PHP Runtime
oo it. I
probably should have been more specific in my question.
kind regards
Andrew
On 12/29/07, Pierre <[EMAIL PROTECTED]> wrote:
> On Dec 28, 2007 3:30 PM, <[EMAIL PROTECTED]> wrote:
> > On Dec 28, 2007 6:56 AM, Andrew Mason <[EMAIL PROTECTED]> wrote:
> > >
Hi guys,
Can anyone shed some light on the advantages of the spl_autoload over
the standard __autoload ? is there any ?
kind regards
Andrew
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
For those of us who gave up following the namespace debate 150+ emails ago,
can someone from the core maintainers let the rest of us plebs know if
namespaces are likely to be included any time soon.
I've been playing with the patches that were provided by moving our
framework over to their own nam
Hi guys,
Just a quick question. I've recently been looking at changing over
our code to use the PDO interface to a mysql database.
Currently we are using MySQLi but after looking at the PDO interface i
personally prefer the way API is presented (not saying mysqli is bad
or anything like that...c