On Sat, Mar 23, 2002 at 02:21:34PM +0200, Andi Gutmans wrote :
> At 14:19 25/03/2002 +0200, Jury Cherepanov wrote:
> >Hello Andi,
> >
> >Saturday, March 23, 2002, 1:53:47 PM, you wrote:
> >
> >AG> At 11:48 23/03/2002 +0000, Jury Cherepanov wrote:
> >>>Developing Next Generation Of PHP -> PHPO (PHP Objectiv)
> >>>Fully Object Orintied Systaxis in PHP supporting old instruction.
> >
> >AG> What is this exactly?
> >
> >AG> Andi
> >
> >
> >New syntactic operators.
> >
> >php:
> > mysql_connect() .....
> > mysql_query($QUERY);....
> >
> >phpo:
> > mysql = new CMySQL($host, $port, $user, $pass);
> >
> > mysql.host = "localhost";
> > mysql.port = "3306";
> > mysql.connect().....
> > mysql.query($QUERY) .....
> >
> > and so on.
Jury,
and you do not have any backwards compatibility concerns . . . ?
In case you didn't notice, the '.' operator has already been
taken for string concatenation.
- Markus
--
Please always Cc to me when replying to me on the lists.
GnuPG Key: http://guru.josefine.at/~mfischer/C2272BD0.asc
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php