Checksum for CakePHP
If you're looking to make a checksum from data in your models check out CakePHP Checksum for Models. It'll basically create a checksum of your data and also validates two fields together using checksums.
You'll probably have to change the code around a bit to make it work for you. It would probably work best as a Behaviour and save the checksum in beforeSave(). If I get around to it I'll add this code too.
Friday, 6th February, 2009

Comments
There are no comments for this article.
Add A Comment