Приглашаем посетить
Чернышевский (chernyshevskiy.lit-info.ru)

Chapter 4: PHP Structures

Table of Contents
Previous Next

Chapter 4: PHP Structures

Overview

When writing PHP scripts we want them to be modular and easily maintainable. We also want to have control over the timing of certain events within our scripts. All these qualities can be achieved with the use of structures.

In this chapter we roll up our sleeves and take a look at some of the basic structures that make programming possible and tolerable:


Table of Contents
Previous Next