Dee Ayy wrote:
Hopefully your only issue is the keyword global versus globals ?


Not sure what you mean. global $db should bring to local scope a reference to the object that has the data base connection.

PHP complaints that it cannot access properties or methods of that object in the obj/f1/ scope....

I tried using the $GLOBALS['db'] with same results.....

really lost...

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

Reply via email to