Home » Programming » PHP Tutorial

Writing efficient PHP Topic:  PHP Tutorial
Download (619) times
Last Download at Monday 16th of January 2012 03:49:05 AM

Writing efficient PHP

This tutorial targets the PHP developer who already understands PHP, but wants to write more efficient PHP code or to improve the performance of existing PHP applications. It is not intended as an introduction to PHP -- plenty of other resources are available for that. Rather, it assumes that you already have an installation of PHP available and are familiar with the basic PHP syntax. ...

In this tutorial, you will learn ways to improve the performance of your PHP code. The tutorial is in four main parts:

  • General coding considerations that can be often applied to any language, but are illustrated with specific PHP examples.
  • Nuances of the PHP language and how you can use them to further improve the efficiency of your PHP code.
  • Improving the performance of your SQL queries since, for larger applications, PHP often is used in conjunction with a database.
  • Making your PHP code run faster and references for further reading

You can read through this tutorial from beginning to end and pick up a wide variety of tips and advice on how to improve your PHP code without having anything in particular installed.

For the most value, you may want to construct and run some of your own test cases. To do this, you will need a working installation of PHP on your machine.
...
Source: www.stevengould.org

Download File Read PDF Online

Comments for Writing efficient PHP


Related PDF Files

Cook up Web sites fast with CakePHP

Quick and easy PHP rapid-development aid. This "Cook up Web sites fast with CakePHP" tutor

PHP and PostgreSQL

There's something patently unfair going on here. For some reason, almost every PHP tutoria

PHP Programming - Server Side Scripting Language

PHP stands for PHP Hypertext Processor. PHP is a server-side scripting language that is

Extending PHP

you will find that PHP doesn't do everything that you need it to do. Rather than abandon (

Pure PHP Upload Tutorials

File Genie PHP - Tutorials. How do you display files from a folder on your server. With

Incoming Search: