Skip to content

Commit 00fa1aa

Browse files
committed
added a chapter for symfony 1 users
1 parent af36459 commit 00fa1aa

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

guides/symfony1.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Symfony2 for symfony 1 users
2+
============================
3+
4+
Applications
5+
------------
6+
7+
In a symfony 1 project, it is common to have several applications: one for the
8+
frontend and one for the backend for instance.
9+
10+
In a Symfony2 project, you only need to create one application (a blog
11+
application, an intranet application, ...). Most of the time, if you want to
12+
create a second application, you'd better create another project and share
13+
some bundles between them.
14+
15+
And if you need to separate the frontend and the backend features of some
16+
bundles, create sub-namespaces for controllers, sub-directories for templates,
17+
different semantic configurations, separate routing configurations, and so on.
18+
19+
.. tip::
20+
Read the definition of a :term:`Project`, an :term:`Application`, and a
21+
:term:`Bundle` in the glossary.

0 commit comments

Comments
 (0)