programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
ProgrammingFAQs

how to turn off the debug mode in symfony

turn off debug mode with

turn off debug mode with

sfConfig::set('sf_web_debug', false);

turn on debug mode with

sfConfig::set('sf_web_debug', true);