Can it not be made into something like this:
YAML:
doctrine.orm:
config:
setProxyNamespace: MyNameSpace
addCustomStringFunction: [firstArgument,secondArgument]
Translates to:
$config->setProxyNamespace('MyNameSpace');
$config->addCustomStringFunction($firstArgument, $secondArgument);
Because right now a lot of the Doctrine2 configuration cannot be done
without changing the DoctrineExtension.php
This way it allows for full flexibility and come and new configurations that
can be made in Doctrine, it will automatically recognize it.
On Mon, Oct 4, 2010 at 1:23 PM, Lukas Kahwe Smith <[email protected]>wrote:
>
> On 04.10.2010, at 19:10, Jonathan Wage wrote:
>
> > Hi,
> >
> > Yes, I think we need to refactor the configuration to not have anything
> hard coded. Like service class names should be parameters as well.
> >
>
> ok .. shall i open a ticket?
>
> regards,
> Lukas Kahwe Smith
> [email protected]
>
>
>
> --
> 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]<symfony-devs%[email protected]>
> For more options, visit this group at
> http://groups.google.com/group/symfony-devs?hl=en
>
--
http://www.AaronDM.com
Web designing, development and general support
--
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