8000 obsolete link by blue-eyes · Pull Request #40 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

obsolete link #40

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote branch 'symfony-docs/master' into docs_fix
  • Loading branch information
blue-eyes committed Oct 28, 2010
commit 7f8bdd0e920df5e3aee7868119d2cd16f74adf22
11 changes: 9 additions & 2 deletions guides/internals/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,19 @@ on top of the Request and Response classes to standardize the way requests are
handled. It also provides extension points and tools that makes it the ideal
starting point to create a Web framework without too much overhead.

.. seealso:: Read more about the :doc:`HttpKernel <kernel>` component.
It also optionally adds configurability and extensibility, thanks to the
Dependency Injection component and a powerful plugin system (bundles).

.. seealso::

Read more about the :doc:`HttpKernel <kernel>` component. Read more about
:doc:`Dependency Injection </guides/dependency_injection/index>` and
:doc:`Bundles </guides/bundles/index>`.

``FrameworkBundle`` Bundle
--------------------------

The :namespace:`Symfony\\Bundle\\FrameworkBundle` bundle is THE bundle that
The :namespace:`Symfony\\Bundle\\FrameworkBundle` bundle is the bundle that
ties the main components and libraries together to make a lightweight and fast
MVC framework. It comes with a sensible default configuration and conventions
to ease the learning curve.
You are viewing a condensed version of this merge commit. You can view the full changes here.
0