|
The author notes "Quite
This 4-page article will
Output buffering is a
In this last part of the
possibly one of PHP’s least
explain how to use PHP
powerful feature of PHP 4.0.
"Top 21 PHP Programming
utilized yet most valuable
output controlling functions
that lets developers create
Mistakes" series, the
features is its support for
to make your pages load
advanced and efficient
discussion involves what the
Variable Variables. In short
faster.
programs very easily. This
author calls 7
these are a method of using
article covers the HTTP
"deadly" mistakes.
the value of one variable to
header, how output buffering
These are conceptual
call the name of
helps you deal with it, and
mistakes such as not
another." Topics
describes several advanced
allotting enough time for a
covered: Using Variable
usages of the output
project, not having a
Variables with Arrays,
buffering feature.
thorough code review, etc.
Variable Variables with
Functions, Variable
Variables with Classes, The
Never-ending Variable, and
more.
Date: Feb, 21 2001 Date: Jan, 25 2001 Date: Jan, 19 2001 Date: Jan, 19 2001 |
|
This article by Tim Perdue at
Article about managing teams
This article describes how to
A discussion on PHP
PHPBuilder.com offers
and working with large(ish)
easily create a PHP
development on Windows
helpful guide to some of the
projects. Includes sections
extension with C or C++.
platform. It covers
best practices in PHP coding
on CVS, communication,
Examples of bundled PHP
installation, how to enable
style. Topics covered:
standards, and more.
extensions include the MySQL
functionality through
Indenting, Control
extension or the Sablotron
extensions (DLLs), sending
Structures, Function Calls,
XSL extension. These allow
mail, Filesystem functions,
Using Comments, PHP Tags,
you to provide features to
and using COM.
and Strings.
PHP script authors by
letting you create
functions, in C or C++,
which can then be directly
called in PHP scripts.
Date: Jan, 04 2001 Date: Dec, 18 2000 Date: Dec, 14 2000 Date: Nov, 14 2000 |