Re: display error line in object method

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, August 10, 2005 8:10 am, Georgi Ivanov wrote:
> Hi,
> I have a db wrapper class.
> I use it like this :
> $db->query"(SQL HERE") or die ($db->error());
> Is there a way to display the line on which $db->error() is executed
> without
> doing die (__LINE__." ".$db->error() )?

Sure!

Use these guys:

http://php.net/trigger_error
http://php.net/set_error_handler

> If i put __LINE__ in the class the line number is always the line in the
> class
> file.
>
> I want when i call $db->error() to display the current line number.

There may also be some fancy new way to output the whole stack of
functions called... I haven't really checked that out yet.

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux