|
UML (Unified Modelling
Learn how to develop your own
The series Develop rock-solid
The Develop rock-solid code
Language) is a mechanism for
coding specifications.
code in PHP is about solving
in PHP series is about
representing software in the
practical, real-life
solving practical real-life
form of diagrams.
problems in medium- to
problems in medium- to
Essentially it allows to
large-scale applications.
large-scale applications.
design our applications by
This article discusses how
With a sharp focus on new
drawing, and if the right
to use variables
features available in PHP 4,
tools existed, even generate
effectively. It also shows
the articles shed light on
code from the diagrams. In
how to make script
numerous tips and tricks
this article we'll look at
configuration easy by
that make life easier.
how PHP code is represented
constructing a configuration
Inside, you will find plenty
in UML terms, via use of the
file parser using variable
of examples and techniques
the UML class diagram.
variable names in PHP.
to learn, with lots of
sample code. This first
article gives a higher
perspective for designing
and writing bug-free,
maintainable code for
medium- to large-scale Web
applications.
Date: Dec, 02 2002 Date: Oct, 04 2002 Date: Sep, 16 2002 Date: Sep, 16 2002 |
|
There's a lot of PHP code
Need to limit how long a
This tutorial is a follow-on
A very popular technique to
available for free on the
string is? This tutorial
to the Introduction to If
better display content on
net but also not all of it
will show you how.
Else Statements - Part 1.
your website utilizing MySQL
can run on your system as it
Here we show you how to
and PHP to alternate your
is. This article shows you
exercise your mind utilizing
row colors of the tables
how to distribute a setup
If Else Statements to build
your content is listed in.
required by your program to
an online 5 star rating
run.
system that allows users to
vote on your content.
Date: Aug, 26 2002 Date: Aug, 26 2002 Date: Jul, 25 2002 Date: Jul, 25 2002 |