From 1528027a29f8bd85c00fc7b3997d496c422bd74d Mon Sep 17 00:00:00 2001 From: therselman Date: Fri, 14 Jul 2017 13:29:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bb13db5..6b8988c 100644 --- a/README.md +++ b/README.md @@ -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: