Re: [PHP] DB.php, and how to use?

2001-09-25 Thread mike cullerton

DB.php is part of PEAR

check out 
 php.net/PEAR
 http://vulcanonet.com/soft/index.php?pack=pear_tut

on 9/25/01 12:40 PM, Matthew Walker at [EMAIL PROTECTED] 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.
> 
> --
> Matthew Walker
> Ecommerce Project Manager
> Mountain Top Herbs
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.281 / Virus Database: 149 - Release Date: 9/18/2001
> 
> 


 -- mike cullerton



-- 
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]




Re: [PHP] DB.php, and how to use?

2001-09-25 Thread Meir Kriheli

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]




[PHP] DB.php, and how to use?

2001-09-25 Thread Matthew Walker

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.
 
--
Matthew Walker
Ecommerce Project Manager
Mountain Top Herbs
 
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.281 / Virus Database: 149 - Release Date: 9/18/2001