[Phplib-users] CVS: php-lib/php/db/mysql/db_sql.inc
Brought to you by:
nhruby,
richardarcher
|
From: Guillaume D. <gde...@pr...> - 2001-08-19 14:09:17
|
Hi
In php-lib/php/db/mysql/db_sql.inc
/* public: shorthand notation */
function nf() {
return $this->num_rows();
}
function np() {
print $this->num_rows();
}
function f($Name) {
return $this->Record[$Name];
}
function p($Name) {
print $this->Record[$Name];
}
are missing...
Guillaume
|