browse by tag: design
sort by
The Practicality of OO PHP
in PHP added by goodphptutorials, on 18/10/2006 design object oo programming oop php
There seems to be a common pitfall among some PHP developers--especially those just beginning PHP programming--and that is their lack of object-oriented (OO) PHP use. This article's purpose is to inform developers about the practicality of OO PHP; fully understanding the benefits of using OO PHP should be a requirement in the PHP learning process.
comment save reportMature Design Theory in Web Development
in PHP added by goodphptutorials, on 13/2/2006 advanced tutorials applications design design theory
This article is intended for experienced web developers and development companies who are looking for a way to move from small applications up to medium to large projects, and are interested in improving the quality of their application design.
comment save reportUsing Objects to Create an Application
in PHP added by goodphptutorials, on 16/1/2006 class design objects oo programming oop software design
This tutorial is the second in a series dealing with using objects to create an application -- building the application up from smaller parts -- and teaching important software engineering and design concepts that will be useful writing not only in PHP, but in other languages as well.
comment save reportDevelop rock-solid code in PHP: Part three
in PHP added by goodphptutorials, on 11/12/2005 code design general stable
The Develop rock-solid code in PHP series is about solving practical, real-life problems in medium to large-scale Web applications. This article, the third in the series, deals with how to use functions in PHP wisely.
comment save report