public marks

PUBLIC MARKS from kasi77 with tags php & debug

September 2008

symfony | Web PHP Framework | Blog | New in symfony 1.2: Customize the Web Debug Toolbar

The symfony web debug toolbar is one of the developer best friend. It is always conveniently accessible in the browser when using the development environment. It gives you everything you need to know about the current page and ease the debugging of your applications. Until now, all the information available in this toolbar were hardcoded. But as of symfony 1.2, the web debug toolbar is entirely configurable.

March 2007

Oxyscripts - PHP Development, tutorials, articles, news, programming, scripts and forums.

How to debug a project No matter how good a coder you are, you will face errors one day or another - even if you use symfony. Detecting and understanding errors is one key of fast application development. Fortunately, symfony provides several debug tools for the developer.