On Tuesday 25 September 2001 20:40, Matthew Walker wrote:
> I've searched the whole PHP website for any reference to this lib that
> comes standard with my distro of PHP4. No luck.
>
> Can someone provide me with an address I can go to, to read about DB.php
> and it's modules? (Specifically, the DB/mysql.php module)
>
> If there is no website, can someone provide a quick set of examples for
> how to use the class functions? I haven't done OO programming in a long
> time, and I've never done it in PHP.

Do you mean PEAR's DB class ? if so, you can check out the tutorial at 
phpbuilder.com:
 
http://www.phpbuilder.com/columns/allan20010115.php3

The best way to know what the class does and its method is reading the source.

-- 
Meir Kriheli

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to