Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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

Repository files navigation

Build statusCode coverageLicenseLatest stable versionTotal downloadsCode climate

This plugin allows you to easily stablish a begin and end dates to your ORM entities.

Installation

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

Configuration

First you need to load the plugin. To do so, edit yourbootstrap.php file andadd line below:

Plugin::load('Cirici/Caduco', ['bootstrap' =>true]);

Usage

TODO

License

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

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp