2017 © Pedro Peláez
 

library web-cms-orm

ORM integration with the CMS application of the Ride framework

image

ride/web-cms-orm

ORM integration with the CMS application of the Ride framework

  • Tuesday, March 20, 2018
  • by ride-user
  • Repository
  • 8 Watchers
  • 0 Stars
  • 4,536 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 100 Versions
  • 1 % Grown

The README.md

Ride: Web CMS ORM

ORM integration for the CMS of a Ride web application., (*1)

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., (*2)

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

You can set a widget property to disable a specific behaviour. Eg behaviour.publish = "0"., (*4)

Installation

You can use Composer to install this application., (*5)

composer require ride/web-cms-orm

The Versions