-
Notifications
You must be signed in to change notification settings - Fork 31
Home
Plugin to generate "intelligent" test data for your app.
Translation of models in a shadow table.
Version control in 1-2-3. Includes everything from undo to diff. Read the bakery article for details : http://bakery.cakephp.org/articles/view/revision-behavior-revision-control-made-easy
This helper is a remake of the old one by Joaquin Windmuller. The main reason I remade it was to make it compatible with the new version 2 of Open Flash Chart.
http://bakery.cakephp.org/articles/view/flashcharthelper-version-3
http://bakery.cakephp.org/articles/view/flashhelper-a-wrapper-for-the-swfobject-js-class
http://bakery.cakephp.org/articles/view/orderedbehavior-2-1
This behavior lets you order items in a very similar way to the tree behavior, only there is only 1 level. You can however have many independent lists in one table. Usually you use a foreign key to set / see what list you are in (see example bellow) or if you have just one list (or several lists, but no association) you can just use a field called "order_id" and set it manually.
http://bakery.cakephp.org/articles/view/logablebehavior
Automagically logs adds, edits and deletes of model.
A behavior for merging two records into one.