Bugs item #453089, was opened at 2001-08-19 15:04
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=453089&group_id=31885
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Richard Archer (richardarcher)
Assigned to: Nobody/Anonymous (nobody)
Summary: devel mysql/db_sql.inc missing functions
Initial Comment:
At 4:09 PM +0200 19/8/01, Guillaume Desclaux wrote:
>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
>
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=403611&aid=453089&group_id=31885
|