Skip to content

Some updates to Quick Tour #46

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
wants to merge 2 commits into from
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
[QuickTour] removed Propel ORM from vendors list
  • Loading branch information
Sebastian Ionescu committed Nov 16, 2010
commit 820c20fb6cb3300ed5789bb5fa4d649ff2e2edbc
4 changes: 2 additions & 2 deletions quick_tour/the_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ Using Vendors

Odds are your application will depend on third-party libraries. Those should
be stored in the ``src/vendor/`` directory. It already contains the Symfony2
libraries, the SwiftMailer library, the Doctrine ORM, the Propel ORM, the Twig
templating system, and a selection of the Zend Framework classes.
libraries, the SwiftMailer library, the Doctrine ORM, the Twig templating
system, and a selection of the Zend Framework classes.

.. index::
single: Configuration Cache
Expand Down