Skip to content

Commit 80af3e9

Browse files
committed
Update README.md
1 parent d123ac0 commit 80af3e9

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616

1717
# 🏗 PHP Auto Autoloader
1818

19-
With this autoloader, you do not need any more, no matter where you have a master in your root, the autoloader of MB tnado Ai will find it.
20-
[Theme Page of this Site](https://prod3v3loper.github.io/php-auto-autoloader/)
19+
With this autoloader, you do not need any more, no matter where you have a master in your root, the autoloader of MB tnado Ai will find it. The classes found can be indexed to retry without searching.
2120

2221
# Usage
2322

@@ -138,12 +137,17 @@ new \Aautoloder\Loader(array(MBT_DOCUMENT_ROOT));
138137

139138
`autoload/core.config.php`
140139

141-
Set this to false so that you no longer see the debugging
140+
Indexing of the found classes, default is `true`.
141+
```php
142+
define('MBT_CORE_AUTOLOAD_INDEX', true);
143+
```
144+
145+
Set this to false so that you no longer see the debugging, default is `true`.
142146
```php
143147
define('MBT_DEBUG_DISPLAY_AUTOLOAD', true);
144148
```
145149

146-
Look at which classes where were found.
150+
Look at which classes where were found, default is `true`.
147151
```php
148152
define('MBT_DEBUG_DISPLAY_AUTOLOAD_SEARCH', true);
149153
```

0 commit comments

Comments
 (0)