Home » Programming » PHP Tutorial

Writing efficient PHP Topic:  PHP Tutorial
Download (625) times
Last Download at Monday 07th of May 2012 01:25:34 PM

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

Extending PHP

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

Meta Programming and Reection in PHP

A meta program is a program, which has other programs or even itself as its application

PHP Tutorial - Learn PHP

This tutorial is aimed at the PHP novice and will teach you PHP from the ground up. If you

Writing Scripts with PHP\'s PEAR DB Module

As a web programming language, one of PHP s strengths traditionally has been to make it ea

Cook up Web sites fast with CakePHP

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

Incoming Search: