[imp] PHP/PEAR errors

Sam Rowe sam@samrowe.com
Wed, 16 May 2001 10:55:47 -0400


On Wed, May 16, 2001 at 02:49:08PM +0000, Chuck Hagenbuch wrote:
# Quoting Sam Rowe <sam@samrowe.com>:
# 
# >         foreach ($attributes as $field => $value) {
# >             $fields[] = $field;
# >             var_dump($value);
# >             $values[] = "'" . $this->db->quoteString($value) . "'";
# >         }
# 
# Do a var_dump($this->db) instead and see what that gives you.

That gave me the error information. Thanks! I was able to fix it.

Is the poor handling of that error message an IMP bug or a PHP bug?

-Sam