[PHP] getRow method of DB_Common class

2006-05-22 Thread Nirmalya Lahiri
Dear all, I am using getRow() method ob DB_Common class to get a single row from a table. As per document http://pear.php.net/manual/en/package.database.db.db-common.getrow.php this method return a single dimension array. But when I am using it, it returns a two dimension array. I don't know

Re: [PHP] getRow method of DB_Common class

2006-05-22 Thread chris smith
On 5/22/06, Nirmalya Lahiri [EMAIL PROTECTED] wrote: Dear all, I am using getRow() method ob DB_Common class to get a single row from a table. As per document http://pear.php.net/manual/en/package.database.db.db-common.getrow.php this method return a single dimension array. But when I am

Re: [PHP] getRow method of DB_Common class

2006-05-22 Thread Richard Lynch
On Mon, May 22, 2006 4:37 am, Nirmalya Lahiri wrote: I am using getRow() method ob DB_Common class to get a single row from a table. As per document http://pear.php.net/manual/en/package.database.db.db-common.getrow.php this method return a single dimension array. But when I am using it, it