My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Introduction  
introduction and installtion guide
Featured, Phase-Deploy
Updated Oct 11, 2010 by linusnorton@gmail.com

Introduction

PHP xFrame is a Model-View-Controller based XSLT framework. It enables you to create web applications without about creating the code to do the transformations or any of the other plumbing.

Installation

At the moment PHP xFrame does not work under windows.

Getting The Demo Working

  • Extract the xframe folder to your web root (e.g. /var/www/)
  • Run: php xframe/script/addsite.php (you may need to sudo)
  • This script will prompt you for the website name and setup a virtual host and an entry in your hosts file
  • If you are running a Debian style apache configuration run: a2ensite [domain.name]
  • Restart apache

Open up the browser and type in your domain, you should see a message saying you have successfully installed PHP xFrame.

Getting Started

You are now ready to read the Getting Started guide which will help you build your first application.


Sign in to add a comment
Powered by Google Project Hosting