|
PHP is a very fast
PHP was originally developed
Use of reflection API allows
Alternating row colors is a
programming language, but
to run on the Unix/Linux
supporting
very good way to make big
there is more to optimizing
operating system but was
zero-configuration
tables more ergonomic and
PHP than just speed of code
soon after ported to the
plug-in-like content modules
esthetic. Script and
execution. This article
Win32 platform. It supports
in PHP4 thru use of some
explanation here. Also
explains why optimizing PHP
a huge amount of
ideas implemented in the
explains the modulus
involves many factors which
Windows-only functionality,
Ruby On Rails framework
operator.
are not code related, and
such as instantiating COM
why tuning PHP requires an
objects through code. This
understanding of how PHP
article looks at how to
performs in relation to all
instantiate COM objects
the other subsystems on your
through PHP on a Win32
server, and then identifying
operating system. It also
bottlenecks caused by these
look at how to access the
subsystems and fixing them.
various methods and members
It also covers how to tune
that common Windows COM
and optimize your PHP
objects expose.
scripts so they run even
faster.
Date: May, 28 2002 Date: Feb, 05 2002 Date: Sep, 12 2005 Date: Jun, 01 2004 |
|
A very popular technique to
This tutorial teaches you how
This is a brief introductory
This article covers several
better display content on
to write and use classes, to
tutorial on how to use
useful topics on PHP
your website utilizing MySQL
make your PHP code more
arrays in PHP.
programming from basics to
and PHP to alternate your
flexible and easier to
working with database. Main
row colors of the tables
manage. The tutorial guides
topics include: mod_php -
your content is listed in.
you through the construction
Hello World, PHP
of a simple,
Programming, Maintaining
security-related class that
State on a Single Page,
performs some basic security
Maintaining State Between
functions for a web site:
Multiple Pages, PHP Data
checking user logons. The
Enabled App Using
class implements security
PostgreSQL, and Installing
features that answer some
phplib in a Postgres
needs for a number of
Environment.
current security models and
could be easily implemented
at most dynamic Web sites.
Note that this class does
not provide a full security
solution.
Date: Jul, 25 2002 Date: Jun, 19 2000 Date: Apr, 19 2005 Date: Apr, 12 2000 |