CakePHP Model packages

86 packages found

AudiologyHoldings / Lockable-CakePHP

Model has:behavior has:license has:readme has:tests has:travis license:mit version:2.x

CakePHP LockableBehavior for concurrancy locking via Mutex and/or Redis

bmcclure / CakePHP-Order-Plugin

Model has:behavior version:2.x

A CakePHP 2.0 plugin designed to take all of the work out of ordering your models and managing that order

cwbit / cakephp-aggregate-cache

Model has:behavior has:composer has:readme license:wtfpl version:2.x

A Behavior plugin for CakePHP that extends the idea of counterCache and counterScope to more fields

cyberthom / MultiTree-Behavior

Model has:readme version:2.x

MultiTree is a drop-in behaviour to CakePHP's Core Tree Behavior allowing for more advanced operations and better performance on large data sets

dalpo / ordered_list

Model has:helper version:2.x

CakePHP plugin that provides the basic capabilities for sorting and reordering records in a database table

davidyell / CakePHP-Listing

Model has:behavior has:composer has:fixture has:readme has:tests has:travis version:2.x

Model behaviour to append a field into a list for a select box. The idea for this behaviour is that if you have a list of items which belong to another model, it will include that models name.

davidyell / CakePHP-Sortable

Model has:composer has:readme version:2.x

A small component to implement sortable tables with id's in a Cake view. This allows you to easily attach sorting to any table.

Fluxx / coke

Model has:app has:config has:controller has:datasource has:elements has:helper has:lib has:license has:model has:tests has:view license:mit version:2.x

Coke is a replacement library set for CakePHP that uses objects instead of arrays for data, as well as making some additional Rails'esque usibility enhancements.

hiromi2424 / MatchableBehavior

Model has:readme version:2.x

generating joins options from model associations

Hyra / revision

Model has:readme version:2.x

CakePHP Plugin to keep revisions of your model entries

jadb / cakephp-plugin-callbacks

Model has:app has:config has:license has:model has:readme license:mit version:2.x

[DEPRECATED] Enables callbacks in plugins' models for other than the default CakePHP defined methods

jamiemill / cakephp_find_batch

Model has:readme has:tests version:2.x

A plugin behavior to find all records in batches and apply a callback