On Tue, Jul 8, 2008 at 7:30 AM, farid <[EMAIL PROTECTED]> wrote:
> One question though still stands:
> what do you guys (no girls?;-) use to debug the php backend?
>
In most cases, we now have errors returned to the application and they can
be displayed there. You can also use the debug() function in index.php
which appends its argument string to the file /tmp/phpinfo. If you're
tracking down a syntax error, you can often get good results by running
index.php via the command-line interpretor, e.g. php5 -f index.php. Writing
a small script that sets $_SERVER["REQUEST_METHOD"] and
$_GET["_ScriptTransport_id"] etc., should let you simulate an actual
request, but I don't think I've ever actually needed to do this nor tried
it.
Cheers,
Derrell
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel