Skip to content

Quick Start Tutorial

brysonian edited this page Sep 13, 2010 · 3 revisions

This page is a work in Progress and will be updated including examples soon.

First install Saint by putting the “saint” directory somewhere in your PHP include_path.

Next, create a new project by running:

$ scripts/saint demo
Make sure to either specify the full path to where you put Saint, or add it to your shell PATH.

When a new application is made, you’ll see the following directory structure:

app
controllers
helpers
models
views
config
public
scripts
Clone this wiki locally