cakephp2-php8/libs/dbo
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
..
dbo_adodb.php - merged in Brego's SimpleTest implementation, fixed some of the tests (the Folder test fails to delete one of the test directories on my system, so it's not perfectly clean yet) 2005-06-18 23:26:35 +00:00
dbo_generic.php - Controller::imageTag() uses a path set in /config/paths.php 2005-06-14 19:57:01 +00:00
dbo_mysql.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
dbo_pear.php - Controller::imageTag() uses a path set in /config/paths.php 2005-06-14 19:57:01 +00:00
dbo_postgres.php - Controller::imageTag() uses a path set in /config/paths.php 2005-06-14 19:57:01 +00:00
dbo_sqlite.php Checked with http://sqlite.org/lang_select.html 2005-06-21 17:09:42 +00:00