On Mon, Mar 25, 2002 at 02:50:46PM +0200, Jury Cherepanov wrote : > Hello Markus, > > Saturday, March 23, 2002, 2:45:39 PM, you wrote: > > MF> 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. > > MF> Jury, > > MF> and you do not have any backwards compatibility concerns . . . ? > > MF> In case you didn't notice, the '.' operator has already been > MF> taken for string concatenation. > > MF> - Markus > > > I know that concatenation operator "." is already used but it can be > used two ways :) > > user.name = "Jury"; > user.surname = "Cherepanov"; > > > user.name . " " . user.surname; > > Spacer " " is like a delimiter between concatenation.
But it isn't required. That's too ambiguous. And, please, stick to php-dev@ when discussion such things. -- 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