Installation

From Photon Framework

Revision as of 01:13, 20 November 2007 by Alvaro (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

To install, simply download and unzip the package. Then add the '/path/to/photon/classes' directory to the include_path of your script:

<?php
set_include_path('/path/to/photon/classes:'.get_include_path());

...

Or add it to the include_path on your php.ini file:

include_path = ".:/php/includes:/path/to/photon/classes"