* Thus wrote Gabe ([EMAIL PROTECTED]):
> If you're using ADOdb, what is the name, purpose, and function of this
> operator?
> 
> ->
> 
> e.g. $conn->Connect(false, 'scott', 'tiger', $oraname);

The $conn variable is a adodb object that has methods and
properties associated with it.  The -> tells php to access the
property or method of the object.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to