CakePHP 框架的工具

euromark 8a8bb17338 adding autoLogin component 13 years ago
Config 449b9599ad KeyValue Behavior 13 years ago
Console c64ce30a75 moved chmod lib to utility package 13 years ago
Controller 8a8bb17338 adding autoLogin component 13 years ago
Lib e832e04988 EmailLib fix for embedded attachments 13 years ago
Locale 560d168a8b qlogin and fixes 14 years ago
Model e832e04988 EmailLib fix for embedded attachments 13 years ago
Test 8a8bb17338 adding autoLogin component 13 years ago
Vendor f8b6d45ca4 rtim files for coding standards 13 years ago
View c4481108b6 deleteLink 13 years ago
webroot bbb8cacfa2 doc update 14 years ago
README.md 4c012a57ec readme 13 years ago
USAGE 5c8f26c714 usage update 13 years ago

README.md

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

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