Skip to content

Commit

Permalink
#85 Documentation for ZF1 autoloader
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 23, 2013
1 parent 57249a2 commit 3341ccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,4 +210,10 @@ To use PHP-DI in your ZF1 application, you need to change the Dispatcher used by

Now you have dependency injection **in your controllers**.

**Warning**: if you use Zend's autoloader (and not Composer), you will need to configure it:

```php
$autoloader->suppressNotFoundWarnings(true);
```

Read more on the [PHP-DI-ZF1 project on Github](https://github.com/mnapoli/PHP-DI-ZF1).

0 comments on commit 3341ccb

Please sign in to comment.