* returning references everywhere in DB_mysql and DB_pgsql
* added a todo note to DB_pgsql
* 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.
* |