On 26 июн, 19:21, Greg Militello <[email protected]> wrote: > On Jun 26, 2010, at 1:51 AM, Fabien Potencier wrote: > > > On 6/26/10 4:12 AM, Greg Militello wrote: > >> Hey all, > > >> This page: > >>http://symfony-reloaded.org/guides/Doctrine > > >> Has the ORM configuration method written in YML, however it seems that the > >> current paradigm is heading to XML configuration. (IN fact the sandbox > >> ships this way). > > > The sandbox configuration is in YAML, not XML. The Symfony2 configuration > > can be written in both YAML and XML. > > I should have said; the 'console init:application' sets up an application > with XML configs by default. Sorry, I wasn't clear.
For default all config file generated in xml forma, but you can change this, by set: --yaml option. For instance: php symfony init:application MyApp myapp/ web/ --yaml -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
