mirror of
https://github.com/twisterarmy/twister.git
synced 2025-03-12 13:21:30 +00:00
Update README.md
This commit is contained in:
parent
b929f0d4af
commit
1528027a29
@ -16,6 +16,8 @@ The Container controls the entire flow of code (except routing), with a custom `
|
||||
ie. There is NO pre-programmed flow of the program or hard-coded Kernel/App.
|
||||
Most things are handled/registered with the IoC Container, objects are pre-configured and 'lazy-loaded' on request/use only!
|
||||
|
||||
The primary technique used is called 'inline factories' (on [PHP-DI](http://php-di.org/)) to create both singleton AND unique instances.
|
||||
|
||||
For example:
|
||||
|
||||
When you require something from the config files:
|
||||
|
Loading…
x
Reference in New Issue
Block a user