On 31.01.2011 05:02, ryan weaver wrote: > * All default option valuesshould be kept in a YAML file. This is the > format that most end-users will use, so having it in its own file means > that there is a real file to reference. This file can also contain > comments and example configuration. For > example: https://github.com/fabpot/symfony/pull/510/files#diff-4
Great idea. > * Each Extension can use this powerful class to specify the options > metadata and then - in theory - be done. The Extension classes can get > back to what they do best: use configuration to configure the DIC. This > will also make those classes considerably more readable, which makes > them more accessible to users who dive through the core code. Sounds good too, last time I tried to read the security extension it got depressing real quick :) Cheers -- Jordi Boggiano @seldaek :: http://seld.be/ -- 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
