Dependencies

Certain functions within the framework require 3rd party libraries / software. We always try to keep these to a minimum and only use the most commonly found setups.

Please be aware that although this framework is extensively tested on various Linux & OS X platforms it has not been throughly tried on Windows ... yet ...

PHP

Strangely enough our PHP framework needs PHP to be installed. As we like OO and due to the several security fixes please use version 5.2.6 or greater.

It is also recommend that you enable short_tags in your php.ini file.

PDO

For our databases we use PDO in order to keep the model code as agnostic as possible.

Your version of PHP will need to have this installed.

Image Magick

To use some of the built in image manipulation functions this will need to be installed on your system and available in the system path.