User Profile
- User
- ronnyvv
- Location
- Bergen, Norway
- URL
- http://illustrata.no/
- Bio
- Co-founder and Technical Director of Illustrata AS
Recent Articles
Dummy Data plugin - fill your app with random data that makes sense
Easy to use plugin for generating "realistic" random data for your app. It fully supports models with associations, behaviors, callbacks and validation.
- Published by ronnyvv 02/17/09 - 15:44
- 12591 views
- 7 comments
Timeline helper
Easy to use helper for the MIT Simile Web Widgets component Timeline. Timeline allows web site creators to embed interactive timelines into their sites. It requires only that visitors have Javascript enabled. It's often referred to as "Google Maps" for time.
- Published by ronnyvv 02/04/09 - 09:20
- 8861 views
- 1 comment







Revision works with TreeBehavior by default, if you don't want it to track the tree structure simply add the lft,rght & parent_id fields to the ignore list e.g.
public $actsAs = array('Tree','Revision' => array('ignore'=>array('lft','rght','parent_id')));Are you perhaps running windows? Then you may have to specify the path like plugins\dummy\config\sql
Your suggested changes to diff() are now implemented in svn