Skip to content

Instantly share code, notes, and snippets.

@wouterj
Last active December 9, 2015 20:18
Show Gist options
  • Save wouterj/4322564 to your computer and use it in GitHub Desktop.
Save wouterj/4322564 to your computer and use it in GitHub Desktop.
Missing formats in the Symfony2 documentation

Reference

NOTE There is some discussion if we need all formats in this section, I recommend to not waste your time with something that isn't going to merge, please look add some other sections.

  • configuration/framework
    xml and PHP config: L243 ( 'Full Default Configuration' );

  • configuration/assetic
    see symfony/symfony-docs#2076

  • configuration/doctrine
    PHP config: L10 ( 'Full Default Configuration' ); L220 ( 'Doctrine DBAL Configuration' ); xml and PHP config: L135, L162 ( 'Configuration Overview' ); L282 ( 'Doctrine DBAL Configuration' );

  • configuration/security
    xml and PHP config: L16 ( 'Full Default Configuration' );

  • configuration/swiftmailer
    see symfony/symfony-docs#2076

  • configuration/monolog
    PHP config: L7;

  • configuration/web_profiler
    see symfony/symfony-docs#2076

@ricardclau
Copy link

I am taking:

testing/http_authentication
configuration/*
validation/custom_constraint

Those are really minor, should be finished easily

Is it ok?

@wouterj
Copy link
Author

wouterj commented Feb 8, 2013

@ricardclau, yes, you can do everything you want.

Please notice that I am in doubt if we should convert all Doctrine mapping examples into all possible formats, I don't think it is more helpfull and it takes a lot of time to convert all examples.

I will do the forms chapter for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment