cakephp2-php8/config
pies 27d16ff9b9 I'm sorry, I've reversed two changes. I've changed the error views names to underscored, and I've changed the default DEBUG to 1.
The first one is for consistency (no UppperCase filenames, please), the second is because while I'm no enemy of application security, the application has to be safe _after_ it's written, not before. And to easily write an application, the developer should have the DEBUG mode set to 1 or 2.

Other than that, I think it's a very good idea to put the tag generators in helpers :)

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@271 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-06-22 23:16:26 +00:00
..
core.php I'm sorry, I've reversed two changes. I've changed the error views names to underscored, and I've changed the default DEBUG to 1. 2005-06-22 23:16:26 +00:00
database.php.default Added back the @package and @subpackage headers to /app and /config files. 2005-06-05 23:41:46 +00:00
paths.php I'm sorry, I've reversed two changes. I've changed the error views names to underscored, and I've changed the default DEBUG to 1. 2005-06-22 23:16:26 +00:00
routes.php Added back the @package and @subpackage headers to /app and /config files. 2005-06-05 23:41:46 +00:00
routes.php.default Added back the @package and @subpackage headers to /app and /config files. 2005-06-05 23:41:46 +00:00
tags.php - Controller::imageTag() uses a path set in /config/paths.php 2005-06-14 19:57:01 +00:00