‘PHP’ Entries

Create Your Own lightweight PHP MVC Framework

July 13th, 2010

A quick walk though of creating your own PHP MVC Framework. A useful exercise to better understand the roles of the MVC players.

PHP

AMFPHP Example

July 9th, 2010

Short AMFPHP example, explaining the bullets in the process of installing AMFPHP and connecting Flash to PHP through its gateway.

Flash / Actionscript, PHP

Resizing Images With PHP

March 21st, 2010

This script resizes all of the image files in a directory which are larger than sizes prescribed in the script.

PHP

PHP Database Singleton

October 25th, 2009

Explanation and example of the singleton design pattern used to connect to a mysql database.

PHP ,

Copy MySQL Database With PHP

August 3rd, 2009

PHP script which makes an exact copy of an existing MySQL Database

PHP