I see two colons in the middle of what look like method calls here and
there.
Such as when using PEAR
// implement pear db object
$this->_oConn =& DB::connect(DSN );
I have looked all over the place and have been unable to figure out
exactly what the :: means or does ? It does not appear to explain it
in Programming PHP by O'Reilly, or I have been unable to find it in
the book as well
Any help would be appreciated.
there.
Such as when using PEAR
// implement pear db object
$this->_oConn =& DB::connect(DSN );
I have looked all over the place and have been unable to figure out
exactly what the :: means or does ? It does not appear to explain it
in Programming PHP by O'Reilly, or I have been unable to find it in
the book as well
Any help would be appreciated.
Comment