Marc wrote:
I'm looking through various documentation on MDB2

In some examples the assignment operator looks like it is mixed with a bitwise or logic operator - IE

$mdb2 =& MDB2::factory($dsn);

Other examples though just have

$mdb2 = MDB2::factory($dsn);

With the =& operator, PHP creates references:

http://phpbuilder.com/manual/en/language.references.whatdo.php

Ah thank you!
I guess I have a lot of reading to do.
It looks like it acts somewhat like hard links on a filesystem, but not always.


Greetings from Germany

My mother was born there :)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to