-
-
Notifications
You must be signed in to change notification settings - Fork 277
Expand file tree
/
Copy path@home.texy
More file actions
21 lines (16 loc) · 738 Bytes
/
@home.texy
File metadata and controls
21 lines (16 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Nette DI
********
.[perex]
Dependency Injection is a design pattern that will fundamentally change the way you look at code and development. It opens the way to a world of cleanly designed and sustainable applications.
- [What is Dependency Injection? |introduction]
- [Global State & Singletons |global-state]
- [Passing Dependencies |passing-dependencies]
- [What is a DI Container? |container]
- [Frequently Asked Questions |faq]
The `nette/di` package provides an extremely advanced compiled DI container for PHP.
- [Nette DI Container |nette-container]
- [Configuration |configuration]
- [Service Definitions |services]
- [Autowiring |autowiring]
- [Generated Factories |factory]
- [Creating Extensions for Nette DI|extensions]