Jonathan Villa" <[EMAIL PROTECTED]>
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)
>
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 :
'.mysql_error().'('.mysql_er
2 matches
Mail list logo