Published by admin on 30 Aug 2008 at 07:03 am
Symfony tidbits
- Symfony Tip: Sending emails with Symfony batch
- Cross application link helper plugin - sweet!
- How to get current request module and action?
module: $this->getRequest()->getContext()->getModuleName();
action: $this->getRequest()->getContext()->getActionName(); - Symfony interactive shell - wow. You can test your symfony code without hitting F5 in your browser every time