Skip to content

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

License

Notifications You must be signed in to change notification settings

nnarhinen/propel-arrayaccess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages