ride/web-cms-orm

ORM integration with the CMS application of the Ride framework

1.6 2023-08-23 12:15 UTC

README

ORM integration for the CMS of a Ride web application.

Behaviour Processors

When the selected model in the widget has active behaviours, a behaviour processor can be defined to enable extra logic for that behaviour. For example, the publish behaviour has a processor to check on the publish state and publication dates automatically without you having to write the condition.

Behaviour processors are automatically enabled and should be defined in the dependency injector with the ride\web\cms\orm\processor\BehaviourProcessor interface.

You can set a widget property to disable a specific behaviour. Eg behaviour.publish = "0".

Related Modules

Installation

You can use Composer to install this application.

composer require ride/web-cms-orm