2017 © Pedro Peláez
 

cakephp-plugin darumaotoshi

"Archive and delete" (slide delete) plugin for CakePHP 3

image

k1low/darumaotoshi

"Archive and delete" (slide delete) plugin for CakePHP 3

  • Monday, August 29, 2016
  • by k1LoW
  • Repository
  • 1 Watchers
  • 1 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Darumaotoshi Build Status

だるま落とし, (*1)

"Archive and delete" (slide delete) plugin for CakePHP 3, (*2)

Installation

$ composer require k1low/darumaotoshi

Enable plugin

$ bin/cake plugin load Darumaotoshi

Load required database table

$ bin/cake migrations migrate --plugin Darumaotoshi

Usage

// in the initialize() method
$this->addBehavior('Darumaotoshi.Darumaotoshi');

Cascading deletion

If you'd like to have related records marked as trashed when deleting a parent item, you can just attach the behavior to the related table classes, and set the 'dependent' => true, 'cascadeCallbacks' => true options in the table relationships., (*3)

Code References

UseMuffin/Trash

Copyright (c) 2015, Use Muffin and licensed under The MIT License., (*4)

License

under The MIT License., (*5)

The Versions

29/08 2016

dev-master

9999999-dev https://github.com/k1low/darumaotoshi

"Archive and delete" (slide delete) plugin for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp cakephp3 deletion

29/08 2016

v1.1.0

1.1.0.0 https://github.com/k1low/darumaotoshi

"Archive and delete" (slide delete) plugin for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp cakephp3 deletion

29/08 2016

v1.0.1

1.0.1.0 https://github.com/k1low/darumaotoshi

Darumaotoshi: Slide delete plugin for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp cakephp3 deletion

23/08 2016

v1.0.0

1.0.0.0 https://github.com/k1low/darumaotoshi

Darumaotoshi: Slide delete plugin for CakePHP 3

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp cakephp3 deletion