CakePHP 框架的工具

euromark 857daf6ae4 DirectAuth adapter 13 年之前
Config 449b9599ad KeyValue Behavior 13 年之前
Console 3ea7bef930 coding standards 13 年之前
Controller 857daf6ae4 DirectAuth adapter 13 年之前
Lib a2d44fe67a add urlencode and decode to Utility lib 13 年之前
Locale 560d168a8b qlogin and fixes 14 年之前
Model 3ea7bef930 coding standards 13 年之前
Test 857daf6ae4 DirectAuth adapter 13 年之前
Vendor f8b6d45ca4 rtim files for coding standards 13 年之前
View 33caae2b54 integrate googlemapshelper into the plugin and deprecate the separate plugin solution 13 年之前
webroot bbb8cacfa2 doc update 14 年之前
README.md 4c012a57ec readme 13 年之前
USAGE 5c8f26c714 usage update 13 年之前
composer.json daae04ad12 adding composer.json 13 年之前

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