/**

popular collection of scripts for all

*/
/** Search */

Development

 }

Loops and Arrays in PHP

Hits: 16
*****
0.0
A beginner tutorial to show
This article describes an
The purpose of this tutorial
This tutorial teaches you how
people how to use Arrays and
approach to programming web
is to talk about two
to convert an existing php
Loops and also Arrays nested
user interface components
seperate concepts; profiling
code to a syntax colored
within Loops. Written by
(widgets) using
and object oriented
html text.
James Barnsley
object-oriented programming
programming (OOP). In this
 
(www.poundingbeats.com)
techniques and providing a
tutorial we'll create a
 
 
way to easily manipulate the
simple class to allow you to
 
 
overall design of a site
create one or more timers.
 
 
with WYSIWYG HTML editors
You can then use these
 
 
lime Macromedia Dreamweaver.
timers to show you how long
 
 
 
a script or function takes
 
 
 
to run, which can help you
 
 
 
determine what portions of
 
 
 
your script are eating up
 
 
 
the most processing time.
 
 
 
This is sometimes referred
 
 
 
to as profiling. You can
 
 
 
also use timer objects to
 
 
 
provide generic timer
 
 
 
display in your scripts.
 


Date: Sep, 26 2006


Date: Apr, 16 2005


Date: Jan, 03 2004


Date: Oct, 02 2006
Over 150,000 pages of unix
This from IBM developerWorks,
PHP is a very fast
This article is intended for
manual pages, and open
targets the PHP developer
programming language, but
the PHP programmer
source documentation in
who already understands PHP,
there is more to optimizing
interested in creating a
multiple languages +
but either wants to write
PHP than just speed of code
static HTML cache of dynamic
documentation on php, and
more efficient PHP code or
execution. This article
PHP scripts. The article has
python in multiple languages
wants to improve the
explains why optimizing PHP
been written specifically
 
performance of existing PHP
involves many factors which
for an Apache server running
 
applications. Requires
are not code related, and
PHP scripts, but the ideas
 
registration to read the
why tuning PHP requires an
described here are
 
article on the IBM
understanding of how PHP
applicable to almost any Web
 
developerWorks site.
performs in relation to all
environment. The article
 
 
the other subsystems on your
assumes that you have some
 
 
server, and then identifying
experience with creating
 
 
bottlenecks caused by these
dynamic Web sites and that
 
 
subsystems and fixing them.
you are familiar with HTTP.
 
 
It also covers how to tune
 
 
 
and optimize your PHP
 
 
 
scripts so they run even
 
 
 
faster.
 


Date: Dec, 02 2004


Date: Feb, 12 2003


Date: May, 28 2002


Date: Jul, 10 2001
{ Copyright } ©2006 NuclearScripts.com