You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Using Configure key `'IdeHelper.preemptive'` set to `true` you can be a bit more verbose and include all possible custom finders, including those from behaviors.
47
49
48
50
49
-
### Behaviors
51
+
####Behaviors
50
52
The following is now auto-completed, for example:
51
53
```php
52
54
$this->addBehavior('Tools.Slugged')
53
55
```
54
56
55
-
### Components
57
+
####Components
56
58
The following is now auto-completed, for example:
57
59
```php
58
60
$this->loadComponent('Security')
59
61
```
60
62
61
-
### Helpers
63
+
####Helpers
62
64
The following is now auto-completed, for example:
63
65
```php
64
66
$this->loadHelper('Tools.Tree')
65
67
```
66
68
69
+
#### Types
70
+
In your bootstrap (app, or plugin), you might add additional database Type classes, or you reconfigure existing ones:
0 commit comments