Developer Forums | About Us | Site Map
Search  
HOME > TUTORIALS > SERVER SIDE CODING > PHP TUTORIALS > DEVELOP ROCK SOLID CODE IN PHP: PART 3


Sponsors





Useful Lists

Web Host
site hosted by netplex

Online Manuals

Develop Rock Solid Code In PHP: Part 3
By Amol Hatwar - 2004-01-07 Page:  1 2 3 4 5

Summary and Resources

In this article we explained how to design and write quality functions. We demonstrated how to to make a collection of modules and scripts mesh together to craft larger applications and we examined techniques that reduce coding effort and produce elegant code.

In the next article we'll illuminate classes and objects in PHP, build on our current skills, and hammer out some code that does caching and database abstraction.

  • The PHP Debugger is available (at no cost) for profiling and debugging PHP code.

  • Part 1 of this series, "Lay the foundation" (developerWorks, August 2002), discusses how to lay a rock-solid foundation in PHP.

  • Part 2 of this series, "Use variables effectively" (developerWorks, September 2002), shows how to make script configuration easy by constructing a configuration file parser using variable names that differ.

  • Visit the dW Web architecture zone for more Web architecture resources.



View Develop Rock Solid Code In PHP: Part 3 Discussion

Page:  1 2 3 4 5 Next Page: Getting the most out of your functions

First published by IBM developerWorks


Copyright 2004-2024 GrindingGears.com. All rights reserved.
Article copyright and all rights retained by the author.