Skip to content

A behavior for propel to store entries under different workspaces.

Notifications You must be signed in to change notification settings

marcj/propel-workspace-behavior

Repository files navigation

propel-workspace-behaviour

A behaviour for propel to store entries under different workspaces.

For Propel <2.0. This is in early development.

Usage

<database>

    <table name="...">
       [...]
       <behavior name="workspace"/>
       [...]
    </table>

    <!-- TODO -->
    <behavior name="workspace">
         <parameter name="workspace_getter" value="myCallable::method" />
    </behavior>
    <!--- /TODO -->

</database>

About

A behavior for propel to store entries under different workspaces.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages