Tag: Intermediate

Introduction to PhpDoc
Introduction to PhpDoc
PHP

By Moshe Teutsch,

Read Introduction to PhpDoc and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Using Phing, the PHP Build Tool
Using Phing, the PHP Build Tool
PHP

By Shameer C,

Read Using Phing, the PHP Build Tool and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Writing Custom Session Handlers
Writing Custom Session Handlers
PHP

By Tim Smith,

Read Writing Custom Session Handlers and learn with SitePoint. Our web development and design tutorials, courses, and books will teach you HTML, CSS, JavaScript, PHP, Python, and more.

Charting with pChart
Charting with pChart
PHP

By J Armando Jeronymo,

Created and maintained by Jean-Damien Pogolotti, a systems engineer based in Toulouse, France, pChart is a library that creates anti-aliased charts and graphs using PHP.

PHP Namespaces
PHP Namespaces
PHP

By Moshe Teutsch,

Namespaces are a powerful feature that prevents naming collisions with identifiers, such as function, class, and interface names.