lagan / property-manytomany
Controller for the Lagan many-to-many property. Lets the user define a many-to-many relation between two content entries.
Installs: 776
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/lagan/property-manytomany
Requires
- php: >=5.5.0
This package is auto-updated.
Last update: 2025-09-29 01:57:27 UTC
README
Lagan Many-to-many Property Controller
Controller for the Lagan many-to-many property.
Lets the user define a many-to-many relation between two content entries.
The Manytomany property type controller enables a many-to-many relation between 2 Lagan entries. The name of the property should be the name of the Lagan model this model can have a many-to-many relation with. For this to work properly the other model should have a many-to-many relation with this model as well. So in our example in the Lagan project the Lagan Hoverkraft model has a many-to-many relation with the Lagan Feature model, and the Lagan Feature model has a many-to-many 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.