Snippets

Create an account or login to be able to add, comment and rate snippets.

Navigation

Snippets by user Yoshihiro TAKAHARA Snippets by user Yoshihiro TAKAHARA

Hide debug screen by actions.

If you do not want to display debug screen (Ajax or feed etc),add following code each action.

sfConfig::set('sf_web_debug', false);
by Yoshihiro TAKAHARA on 2006-05-22, tagged debug 
(2 comments)