Home > propel-arrayaccess

propel-arrayaccess

Propel-arrayaccess is a project mainly written in PHP, based on the MIT license.

A behavior for Propel ORM to implement ArrayAccess in the generated objects

Propel ORM ArrayAccess behavior

Usage

build.properties

propel.behavior.arrayaccess.class = path.to.ArrayAccessBehavior

schema.xml


<database name="mydatabase" defaultIdMethod="native">
    <behavior name="arrayaccess" />
    ....
</database>
Previous:Roles