lagan/property-onetomany

Controller for the Lagan one-to-many property. Lets the user define a one-to-many relation between two content objects.

Maintainers

👁 lutsen

Package info

github.com/lutsen/property-onetomany

pkg:composer/lagan/property-onetomany

Statistics

Installs: 771

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.0 2017-02-08 08:42 UTC

Requires

  • php: >=5.5.0

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT ab60a9591ef93b8d0a81ea89203d3188834c1baa

controllerrelationpropertyone-to-manylagan

This package is auto-updated.

Last update: 2026-06-29 01:19:25 UTC


README

👁 Lagan

Lagan One-to-many Property Controller

Controller for the Lagan one-to-many property.
Lets the user define a one-to-many relation between two content objects.

The Onetomany property type controller enables a one-to-many relation between 2 Lagan models. The name of the property should be the name of the Lagan model this model can have a one-to-many relation with. For this to work properly the other model should have a many-to-one relation with this model. So in our example in the Lagan project the Lagan Hoverkraft model has a one-to-many relation with the Lagan Crew model, and the Lagan Crew model has a many-to-one relation with the Lagan Hoverkraft model.

To be used with Lagan. Lagan lets you create flexible content objects with a simple class, and manage them with a web interface.

Lagan is a project of Lútsen Stellingwerff.