# Tools ## a cake2.x plugin This plugin contains several useful tools that can be used in many projects. Please fork and help to improve (bugfixing, test cases, ...) CODING STANDARDS - http://www.dereuromark.de/coding-standards/ ## How to include Installing the Plugin is pretty much as with every other CakePHP Plugin. * Put the files in `APP/Plugin/Tools` * Make sure you have `CakePlugin::load('Tools')` or `CakePlugin::loadAll()` in your bootstrap That's it