Skip to content
navale edited this page Aug 2, 2011 · 1 revision

Table of Contents

DummyDataPlugin

Plugin to generate "intelligent" test data for your app.

http://bakery.cakephp.org/articles/view/dummy-data-plugin-fill-your-app-with-random-data-that-makes-sense

MultilingualBehavior

Translation of models in a shadow table.

RevisionBehavior

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

FlashChartHelper

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

FlashHelper

http://bakery.cakephp.org/articles/view/flashhelper-a-wrapper-for-the-swfobject-js-class

OrderedBehavior

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.

LogableBehavior

http://bakery.cakephp.org/articles/view/logablebehavior

Automagically logs adds, edits and deletes of model.

MergeBehavior

A behavior for merging two records into one.