19 Dec
2005
19 Dec
'05
10:18 a.m.
On 12/18/05, Larry Garfield <larry@garfieldtech.com> wrote:
You might also find the PHP function debug_backtrace() useful. It prints a stack dump, which lets you see the function calls to that point. Tip: Wrap the output in <pre> tags to make it easier to read.
I'd actually recomment debug_print_backtrace() . The tip about wrapping it in pre tags still applies though. andrew