- copy into CakePHP application dir
- attach behavior on model
- createPartition
- removePartition
- addPartition
- dropPartition
cake/console/cake partition command [args]
- create
- create partitioning with now date
- remove
- remove partitioning
- add
- add partition date given arg1 (ex. 20110101)
- add_bulk
- add partitions 7 days after a week
- drop
- drop partition date given arg1 (ex. 20110101)
- drop_bulk
- drop partitions 7 days before a week