This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Fabien Potencier dc85727b5a [DoctrineBundle] added an auto-mapping option to let Symfony register all enabled bundle mappings
Most of the time, you just want to register all your bundle mappings. It's a bit
tedious to do it by hand, not because of the amount of configuration you need to
type, but mainly because you can easily forget to do so
(also see https://github.com/symfony/symfony/pull/502).

So, setting auto_mapping to true allows Symfony to automatically register the mappings
it founds in the enabled bundles (default is false).

Even if auto_mapping is true, you can still define your mappings to add some more
or to override the defaults.

This change means that the default configuration that works most of the time for
most people is simple:

orm:
  auto_mapping: true
2011-04-27 17:41:36 +02:00
src/Symfony [DoctrineBundle] added an auto-mapping option to let Symfony register all enabled bundle mappings 2011-04-27 17:41:36 +02:00
tests File & UploadedFile tweaks 2011-04-27 09:10:41 +02:00
.gitignore Added vendor directory to .gitignore 2010-06-24 10:44:28 +02:00
autoload.php.dist updated autoload.php.dist 2011-04-22 22:52:52 +02:00
LICENSE added the LICENSE file for the YAML component 2011-02-18 11:52:11 +01:00
phpunit.xml.dist [Security] cleaned up opt-in to benchmark test 2011-03-06 20:06:13 +01:00
README.md renamed README to README.md 2011-03-09 21:51:11 +01:00
UPDATE.ja.md translated UPDATE file (vPR12 to beta1) 2011-04-25 11:44:08 +09:00
UPDATE.md updated UPDATE file 2011-04-27 08:56:11 +02:00
vendors.sh removed data fixtures from core (moved to https://github.com/symfony/DoctrineFixturesBundle) 2011-04-22 11:47:16 +02:00

README

What is Symfony2?

Symfony2 is a PHP 5.3 full-stack web framework. It is written with speed and flexibility in mind. It allows developers to built better and easy to maintain websites with PHP.

Symfony can be used to develop all kind of websites, from your personal blog to high traffic ones like Dailymotion or Yahoo! Answers.

High Performance

Built with performance in mind, Symfony2 is one of the fastest PHP frameworks. It is up to 3 times faster than symfony 1.4 or Zend Framework 1.10 and consumes half the memory.

Requirements

Symfony2 is only supported on PHP 5.3.2 and up.

Documentation

Symfony 2.0 is still in the early stages of development, but the "Quick Tour" tutorial can get you started fast.

The "Quick Tour" tutorial barely scratches the surface of Symfony 2.0, but it gives you a first feeling of the framework. If, like us, you think that Symfony2 can help speed up your development and take the quality of your work to the next level, visit the official Symfony2 website to learn more.