Skip to content

Commit

Permalink
merged branch amitayh/master (PR #17)
Browse files Browse the repository at this point in the history
Commits
-------

11886e6 Merge branch 'master' of https://github.com/amitayh/Create-Your-Framework
a8a2da0 Fixed part 12 typos
26bef8d Fixed typos

Discussion
----------

Fixed minor typos for part 12
  • Loading branch information
fabpot committed Mar 22, 2012
2 parents 0d6beb1 + 11886e6 commit c087780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/part12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ The DependencyInjection Component
=================================

In the last installment of this series, we have emptied the
``Simplex\\Framework`` class by extending the ``HttpKernel`` class from
``Simplex\Framework`` class by extending the ``HttpKernel`` class from
the eponymous component. Seeing this empty class, you might be tempted to move
some code from the front controller to it::

Expand Down Expand Up @@ -243,7 +243,7 @@ We have obviously barely scratched the surface of what you can do with the
container: from class names as parameters, to overriding existing object
definitions, from scope support to dumping a container to a plain PHP class,
and much more. The Symfony dependency injection container is really powerful
and is able to manage any kind of PHP classes.
and is able to manage any kind of PHP class.

Don't yell at me if you don't want to have a dependency injection container in
your framework. If you don't like it, don't use it. It's your framework, not
Expand Down

0 comments on commit c087780

Please sign in to comment.