->debug() (Previous) (Next) Casting - Dates, Blobs and Null

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB_DataObject::raiseError

DB_DataObject::raiseError -- throw an error

Descripción

Default error handling is to create a PEAR::Error, but never return it. If you need to handle errors you should look at setting the PEAR_Error callback this is due to the fact it would wreck havoc on the internal methods!

Parámetro

  • int $message - message

  • resource $type - type

  • resource $behaviour - behaviour (die or continue!);

Valor devuelto

object [unknown] -

Nota

Esta función no puede ser llamada estáticamente.

->debug() (Previous) (Next) Casting - Dates, Blobs and Null

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.