User Guide

Standalone User Guide

There is currently no standalone user guide for Propel 1.3. We would like to provide one eventually, but until that time documentation will be managed exclusively in this wiki.

Wiki Documentation

We will be rewriting some of the chapters from the HTML user guide and providing new documentation topics in wiki format

Please send a note to dev@propel.tigris.org if you'd like to help write documentation. Any help is always appreciated. If you are helping, please see the wiki:Development/Guidelines/UserDocumentationGuidelines page for some style guidelines to keep things looking consistent.

The Basics

  • Basic CRUD
    The basics of Propel CRUD (Create, Retrieve, Update, Delete) operations

General Topics

  • Criteria
    More examples of using Propel's Criteria object to simplify query writing.
  • Validators
    How to use Propel's validation framework.

Advanced Topics

  • Tree support
    Working with the NEW tree support in Propel 1.3.
  • Replication
    Use Propel in a Master-Slave Replication Environment.

Reference

Data Definition

Configuration