[symfony-users] Disable view for certain actions

2011-04-13 Thread coviex
Hi, In the project which I work on currently there are a lot of empty view files. Corresponding actions do something useful but don't need views. How can I disable views in actions or elsewhere and do not stock those empties. Regards, Kostia -- If you want to report a vulnerability issue on

Re: [symfony-users] Disable view for certain actions

2011-04-13 Thread Gareth McCumskey
return sfView::NONE; On Wed, Apr 13, 2011 at 12:39 PM, coviex cov...@gmail.com wrote: Hi, In the project which I work on currently there are a lot of empty view files. Corresponding actions do something useful but don't need views. How can I disable views in actions or elsewhere and do not