[PHP] Re: Question about __destruct()

2008-10-21 Thread Mike van Riel
Dan Joseph wrote: Hi, I want to make sure I completely understand __destruct() and when its hit... Understand that it will run if all references to a particular object are removed, but is that also true when a page ends its execution? Example, I call a database class. It constructs, connects,

[PHP] Re: display_errors in DEV

2008-10-21 Thread Mike van Riel
[EMAIL PROTECTED] wrote: Until recently, I've thought that display_errors in DEV was "good" But as soon as you move into Ajax Web 2.0 world, it really doesn't cut it. You'll never see the E_NOTICE and E_WARNING errors for Ajax, probably, and the whole thing might "just work" but you'll have pl