Richard Lynch wrote:
On Wed, August 16, 2006 9:13 am, Gabe wrote:
I'm trying to use the following method of a class (DbConnector):
public function closeConnector() {
//
echo "in closeConnector()";
var_dump(DbConnector::$connector);
What is $connector ???
Perhaps you want Db
On Wed, August 16, 2006 9:13 am, Gabe wrote:
> I'm trying to use the following method of a class (DbConnector):
>
> public function closeConnector() {
> //
> echo "in closeConnector()";
> var_dump(DbConnector::$connector);
What is $connector ???
Perhaps you want DbConnector::con
I'm trying to use the following method of a class (DbConnector):
public function closeConnector() {
//
echo "in closeConnector()";
var_dump(DbConnector::$connector);
echo "";
//make sure the db object is cleaned up properly
if ( gettype(DbConnector::
3 matches
Mail list logo