Episode 9 - Creating Own PHP Framework Using Symfony2 Components
Andrey Esaulov(18:09)
sourced from Object Oriented PHP
Andrey Esaulov(18:09)
sourced from Object Oriented PHP
We’ve gone a long way to build a nicely decoupled and object-oriented Framework. One thing is missing though – to add the possibility to extend our Framework with the arbitrary code modules.
In this episode we are going to build a “module” that will hook into the live cycle of the Framework – just like Drupal modules do!