cakephp2-php8/config
brego 847d6df3a3 PHP5 bugs:
- "public" cannot be defined as constant (PHP5 keyword)
- Cannot re-assign $this in libs/template.php on line 217...

Other:
- Started on refactoring as described in #27 - but this feels like fooled aproach. We need to modularize HTML and AJAX stuff to be included only on-call.



git-svn-id: https://svn.cakephp.org/repo/trunk/cake@256 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-06-19 23:30:36 +00:00
..
core.php - added the csspp library that automatically reduces the size of CSS files; it is activated by prefixing an CSS file URL with /ccss/ instead of /css/ and there's a switch in the /config/core.php to activate it in Controller::cssTag() 2005-06-19 03:35:19 +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 PHP5 bugs: 2005-06-19 23:30:36 +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