]> granicus.if.org Git - php/commitdiff
* prepare/execute emulation moved into DB_common
authorStig Bakken <ssb@php.net>
Thu, 17 Feb 2000 20:21:01 +0000 (20:21 +0000)
committerStig Bakken <ssb@php.net>
Thu, 17 Feb 2000 20:21:01 +0000 (20:21 +0000)
* returning references everywhere in DB_mysql and DB_pgsql
* added a todo note to DB_pgsql

pear/DB.php

index 34f9feb78debccd31c4a74166f8f656dd411a575..3439b351cc74b4bf2419ddb33c0ad98da61550f0 100644 (file)
@@ -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.
  * |