- Notifications
You must be signed in to change notification settings - Fork0
A CakePHP ORM date limit behavior. Automatically excludes results based on their begin_date and end_date.
License
NotificationsYou must be signed in to change notification settings
ciricihq/caduco
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This plugin allows you to easily stablish a begin and end dates to your ORM entities.
You can install this plugin into your CakePHP application usingcomposer.
The recommended way to install composer packages is:
composer require ciricihq/caduco
Execute migration
bin/cake migrations migrate --plugin Cirici/Caduco
Execute seed
bin/cake migrations seed --plugin Cirici/Caduco
First you need to load the plugin. To do so, edit yourbootstrap.php
file andadd line below:
Plugin::load('Cirici/Caduco', ['bootstrap' =>true]);
TODO
Copyright (c) 2016,Cirici New Media - licensed underGNU GPL3 license.
About
A CakePHP ORM date limit behavior. Automatically excludes results based on their begin_date and end_date.
Topics
Resources
License
Stars
Watchers
Forks
Packages0
No packages published