euromark 11 年之前
父节点
当前提交
b3dfc1e53e
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -22,7 +22,14 @@ In case you want the Tools bootstrap file included (recommended), you can do tha
 CakePlugin::load('Tools', array('bootstrap' => true));
 ```
 
-This can also be done after using `CakePlugin::loadAll()` - without problems.
+For `CakePlugin::loadAll()` it's
+
+```php
+CakePlugin::loadAll(array(
+		'Tools' => array('bootstrap' => true
+));
+```
+
 
 
 MyModel can be extended to use more powerful validation and other improvements: