Hey all,

I have an idea, but would like to get some feedback before submitting
PR, some time ago I've developed "Debug Shell Bundle" (https://
github.com/CeverIT/CleverDebugShellBundle)

Basically this adds one command similar to Symfony Shell, but designed
to execute pure PHP code (via `eval`, like `php -a` command).

What is this for, imagine you want just a quick test of yours newly
changed eg. Doctrine entities, so instead of writing a dumb action in
some controller or something like that, you just fire `app/console -
s`, get Entity Manager, crate new object, persist and flush, there are
many use cases for this, and it also simplify work I use this bundle
in every day work with symfony2 projects.

And my question, do we want functionality like that in core/Framework
bundle, or should it last "as is" now?

Amount of code needed to implement this is small with no draw-bags.

Cheers,
canni

-- 
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 symfony-devs@googlegroups.com
To unsubscribe from this group, send email to
symfony-devs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en

Reply via email to