diff options
author | Stig Bakken <ssb@php.net> | 2000-02-17 20:21:01 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2000-02-17 20:21:01 +0000 |
commit | 64057e992b00c995f9f4640d48635e7a5593adf8 (patch) | |
tree | 6a60cfae5ba56284221eee04fef3126f16dc05a5 /pear | |
parent | 995c565fba10a4abaddd4db556c89b98bdd5fd41 (diff) | |
download | php-git-64057e992b00c995f9f4640d48635e7a5593adf8.tar.gz |
* prepare/execute emulation moved into DB_common
* returning references everywhere in DB_mysql and DB_pgsql
* added a todo note to DB_pgsql
Diffstat (limited to 'pear')
-rw-r--r-- | pear/DB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/DB.php b/pear/DB.php index 34f9feb78d..3439b351cc 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -139,7 +139,7 @@ if (!defined('DB_GETMODE_DEFAULT')) { * well as common utility functions for other DB classes. * * DB_common The base for each DB implementation. Provides default - * | implementations (some would say virtual methods) for + * | implementations (in OO lingo virtual methods) for * | the actual DB implementations as well as a bunch of * | query utility functions. * | |