Chapter 2. Getting Started

Requirements

  • PHP 5.2 or higher.

  • PDO extension with a suitable driver (only tested with MySQL ans SQLite).

Installation

From Package

  1. Download a package from here.

  2. Unzip the package.

  3. Place the OUTLET/classes/outlet folder somewhere in the include_path of your script.

From Subversion Repo

  1. Checkout a copy from svn://knowledgehead.com/outlet/trunk

  2. Place the OUTLET/classes/outlet folder somewhere in the include_path of your script.