Skip to content

Commit

Permalink
wrapping at 80 columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Vonnahme committed Apr 5, 2011
1 parent c074d5d commit 2bbf442
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions quick_tour/the_architecture.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@

The Architecture
================

You are my hero! Who would have thought that you would still be
here after the first three parts? Your efforts will be well
rewarded soon. The first three parts didn't look too deeply at
the architecture of the framework. Because it makes Symfony2
stand apart from the framework crowd, let's dive in to the
You are my hero! Who would have thought that you would still be here after the
first three parts? Your efforts will be well rewarded soon. The first three
parts didn't look too deeply at the architecture of the framework. Because it
makes Symfony2 stand apart from the framework crowd, let's dive in to the
architecture now.

Understanding the Directory Structure
Expand Down Expand Up @@ -240,11 +238,11 @@ specific configuration file:
Extending a Bundle
~~~~~~~~~~~~~~~~~~

In addition to being a nice way to organize and configure your code, a bundle can
extend another one. Bundle inheritance allows you to override
any existing bundle to customize its controllers, templates, and any of its files.
This is where the logical names come in handy, because they abstract where
the resource is actually stored.
In addition to being a nice way to organize and configure your code, a bundle
can extend another one. Bundle inheritance allows you to override any existing
bundle to customize its controllers, templates, and any of its files. This is
where the logical names come in handy, because they abstract where the resource
is actually stored.

For controllers, Symfony2 will automatically choose the right file according
to the bundle inheritance tree.
Expand Down

0 comments on commit 2bbf442

Please sign in to comment.