[development] authentication hooks - PLEASE HELP

andrew morton drewish at katherinehouse.com
Mon Dec 19 09:18:27 UTC 2005


On 12/18/05, Larry Garfield <larry at 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.
>
> http://www.php.net/debug_backtrace

I'd actually recomment debug_print_backtrace() . The tip about
wrapping it in pre tags still applies though.

andrew


More information about the development mailing list