ride / web-cms-orm
ORM integration with the CMS application of the Ride framework
Installs: 5 632
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 9
Forks: 1
Open Issues: 0
Requires
- ride/app: ^1.0.0
- ride/app-orm: ^1.0.0
- ride/lib-cms: ^1.0.0
- ride/lib-common: ^1.0.0
- ride/lib-event: ^1.0.0
- ride/lib-form: ^1.0.0
- ride/lib-html: ^1.0.0
- ride/lib-http: ^1.0.0
- ride/lib-i18n: ^1.0.0
- ride/lib-mvc: ^1.0.0
- ride/lib-orm: ^1.1.0
- ride/lib-router: ^1.0.0
- ride/lib-template: ^1.0.0
- ride/lib-validation: ^1.0.0
- ride/lib-widget: ^1.0.0
- ride/web: ^1.0.0
- ride/web-base: ^1.0.0
- ride/web-cms: ^1.0.0
- ride/web-cms-widgets: ^1.0.0 || ^2.0.0
- ride/web-orm: ^1.0.0
- dev-master
- 1.7.0
- 1.6
- 1.5.0
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.26.1
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.25
- 0.23.24
- 0.23.23
- 0.23.22
- 0.23.20
- 0.23.19
- 0.23.18
- 0.23.17
- 0.23.16
- 0.23.15
- 0.23.13
- 0.23.12
- 0.23.11
- 0.23.10
- 0.23.9
- 0.23.7
- 0.23.5
- 0.23.4
- 0.23.3
- 0.23.2
- 0.23.0
- 0.22.3
- 0.22.1
- 0.22.0
- 0.21.1
- 0.21.0
- 0.20.0
- 0.19.4
- 0.19.3
- 0.19.2
- 0.19.1
- 0.19.0
- 0.18.3
- 0.18.2
- 0.18.1
- 0.18.0
- 0.17.21
- 0.17.20
- 0.17.19
- 0.17.18
- 0.17.17
- 0.17.16
- 0.17.15
- 0.17.14
- 0.17.13
- 0.17.12
- 0.17.11
- 0.17.10
- 0.17.9
- 0.17.8
- 0.17.7
- 0.17.6
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.6
- 0.16.5
- 0.16.4
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.6
- 0.12.5
- 0.12.4
- 0.12.3
- 0.12.2
- 0.12.1
- 0.12.0
- 0.11.0
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.12
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.5
- 0.9.4
- 0.9.3
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.11
- 0.8.10
- 0.8.9
- 0.8.8
- 0.8.7
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.0
- 0.6.5
- 0.6.4
- 0.6.3
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.3
- 0.4.2
- 0.4.1
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.2
- 0.1.1
- 0.1.0
- dev-develop
- dev-develpo
- dev-feature/RIDCOR-23
This package is auto-updated.
Last update: 2024-10-26 10:21:03 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
- ride/app
- ride/app-orm
- ride/lib-cms
- ride/lib-common
- ride/lib-event
- ride/lib-form
- ride/lib-html
- ride/lib-http
- ride/lib-i18n
- ride/lib-mvc
- ride/lib-router
- ride/lib-template
- ride/lib-validation
- ride/lib-widget
- ride/web
- ride/web-base
- ride/web-cms
- ride/web-cms-widgets
- ride/web-orm
Installation
You can use Composer to install this application.
composer require ride/web-cms-orm