DB_DataObject::raiseError

DB_DataObject::raiseError -- throw an error

Áttekintés

object DB_DataObject::raiseError (int $message [, resource $type=NULL [, resource $behaviour=NULL]])

Leírás

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!

Paraméterek

Visszatérési érték

object [unknown] -

Megjegyzés

Ez a függvény nem hívható statikusan.