Debugging techniques for PHP programmers

Debugging techniques for PHP programmers

Using print statements, error reporting, and the PHPeclipse plug-in

Tyler Anderson recieved both his B.S. in Computer Science in 2004 and his M.S. in Electrical and Computer Engineering in 2005 from Brigham Young University. Tyler has written and coded numerous articles and tutorials for IBM developerWorks and DevX.

Summary:  Explore various methods for debugging PHP applications, including turning on error reporting in Apache and PHP, and by placing strategic print statements to locate the source of more difficult bugs through a simple example PHP script. The PHPeclipse plug-in for Eclipse, a slick development environment with real-time syntax parsing abilities, will also be covered, as well as the DBG debugger extension for PHPeclipse.

Date:  29 Nov 2005
Level:  Introductory
Activity:  36162 views

// // widget div id and article id as args //window.artRating.init('art-rating-widget'); //

posted on 2009-11-14 17:22  封起De日子  阅读(88)  评论(0编辑  收藏  举报

导航