To override the production environment default in Zend framework, add this to .htaccess:
SetEnv APPLICATION_ENV development
“development” enables the application to display debugging errors even when the .ini only has a [production] section.
Joomla Programmer, PHP, Joomla, Zen-Cart, osCommerce, MySQL, CSS, XHTML, Ecommerce, Search Engine Marketing, Web Programming answers, often in their rawest form
To override the production environment default in Zend framework, add this to .htaccess:
SetEnv APPLICATION_ENV development
“development” enables the application to display debugging errors even when the .ini only has a [production] section.
You must log in to post a comment.