[PHP] Passing array from class to class produces more than one result...

2004-03-10 Thread Jonathan Villa
I'm writing a DBI class with the following function function Select($sql) { $this-setResultID(@mysql_query($sql,$this-getDBConn())); if ($this-getResultID() == false) Error::fatalError(__FILE__.' ('.__LINE__.') : Unable to run query :

Re: [PHP] Passing array from class to class produces more than one result...

2004-03-10 Thread Firman Wandayandi
] To: [EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 10:27 PM Subject: [PHP] Passing array from class to class produces more than one result... I'm writing a DBI class with the following function function Select($sql) { $this-setResultID(@mysql_query($sql,$this-getDBConn