Re: [PHP-DEV] Object Oriented standard Library

2007-12-03 Thread Larry Garfield
> > > -Original Message----- > From: Marcus Boerger [mailto:[EMAIL PROTECTED] > Sent: Monday, December 03, 2007 12:18 PM > To: Jordan Wambaugh > Cc: internals@lists.php.net > Subject: Re: [PHP-DEV] Object Oriented standard Library > > Hello Jordan, > >ha

RE: [PHP-DEV] Object Oriented standard Library

2007-12-03 Thread Jordan Wambaugh
Message- From: Marcus Boerger [mailto:[EMAIL PROTECTED] Sent: Monday, December 03, 2007 12:18 PM To: Jordan Wambaugh Cc: internals@lists.php.net Subject: Re: [PHP-DEV] Object Oriented standard Library Hello Jordan, have a look at the SPL extension (Standard PHP Library) which introduces a

Re: [PHP-DEV] Object Oriented standard Library

2007-12-03 Thread Marcus Boerger
Hello Jordan, have a look at the SPL extension (Standard PHP Library) which introduces a few things (for instance SplFile). Have a look here: http://php.net/~helly I do not think we need a string class right now unless you want to provide a full unicode one that later works with HEAD seamingly.

[PHP-DEV] Object Oriented standard Library

2007-12-03 Thread Jordan Wambaugh
I am currently working on a Object-Oriented Library extension that wraps a lot of functionality in PHP's standard library dealing with strings, arrays, fileIO, etc. into classes. (String class, Collection class, etc.) This would allow end-users to create objects that represent data types and res