Documentation

    Project Setup

    Propel Basics

    • Basic CRUD The basics of Propel C.R.U.D. (Create, Retrieve, Update, Delete) operations
    • Relationships Searching and manipulating data from related tables.
    • Transactions Where and when to use transactions.
    • Behaviors The behavior system allows to package and reuse common model features.
    • Logging And Debugging Propel can log a lot of information, including the SQL queries it executes.
    • Inheritance Single Table Inheritance, Class Table Inheritance, and Concrete Table Inheritance come free with Propel.
    • Migrations Change the structure of the database without altering the data.
    • Configuration Configuring Propel

    Reference

    Behaviors Reference

    You can also look at user contributed behaviors.

    Cookbook

    Common Tasks

    Contribute to Propel

    Working with Silex

    Working with Symfony2

    Working with Symfony 4.0

    TipThis is the up-to-date documentation for the last Propel version. To access the old documentation, please visit propelorm.org/Propel.