From: Stig Bakken Date: Thu, 17 Feb 2000 20:21:01 +0000 (+0000) Subject: * prepare/execute emulation moved into DB_common X-Git-Tag: php-4.0b4_rc1~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64057e992b00c995f9f4640d48635e7a5593adf8;p=php * prepare/execute emulation moved into DB_common * returning references everywhere in DB_mysql and DB_pgsql * added a todo note to DB_pgsql --- 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. * |