[PHPLIB] Objects and functions From: Lars S. Geisler (larssg <email protected>)
Date: 11/26/99

I also posted this at the PHP User's list, but didn't get any answers. The
DB_Sql object is the one from PHPLib, so I thought I'd try this list
instead:

I have a problem:

In index.php3, I create a new object $CrazyDB:
$CrazyDB = New DB_Sql;

Then, I'd like to include some functions from a file called _functions.php3.
How can I let those functions use the $CrazyDB-object?

Thanks in advance,
Lars Sehested Geisler

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.