On 27.11.2010, at 11:49, blue_eyes wrote:
> Now, translate this example with the HttpKernel component:
>
> Actual code:
> $kernel = new AppKernel('prod', false);
> $kernel->handle(new Request())->send();
>
> Future code:
> $kernel = new AppKernel('prod', false);
> $response = $kernel->handle(new Request());
> $kernel->send($response);
just looking at the two above versions i agree i like the second one better.
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]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en