Make great applications with PHP
 

simply put: Installing PIE - Instructions on how to set up the framework on your computer.


Getting PIE

First of all, we have to obtain the PIE source code. We can do that in two ways:

  • Download the latest copy by clicking here, or
  • On the command line, type svn export https://wush.net/luckyapps/pie/trunk .

Unzip this into any directory you wish, but try not to put it into a directory visible to the web.

Setting it up

You will probably start all your new apps by copying the myApp folder. Your apps will need to know where PIE is installed. So go into myApp/local/paths.php and set the right path to the pie/framework folder.

Now you are all set to create apps with PHP ON PIE.

Complete reference to PHP ON PIE

TODO: include an iframe with PHPDoc-generated reference