PHP – How to Debug In PHP
Carsonified has a good blog entry about how to debug in PHP. It outlines the 4 php error types, using var_dump() and recommends some tools to help with debugging.
http://carsonified.com/blog/dev/how-to-debug-in-php/
Carsonified has a good blog entry about how to debug in PHP. It outlines the 4 php error types, using var_dump() and recommends some tools to help with debugging.
http://carsonified.com/blog/dev/how-to-debug-in-php/