cakephp2-php8/libs
brego 38ddea527e Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*.
I am not finished with copying methods out of template.php, but it will come - also data validation would not be a problem helpers inclusion happens in the Template::_render().

Also, there was a bug with error functions (as Controller::missingView) - on linux, calling $this->render('../errors/missingController'); rsulted in an error - beacouse apparently is_file() cannot work with '..'. I added a simple fix in Template::_getViewFn.

I've also made some cleanups. Will continue to work tonight.



git-svn-id: https://svn.cakephp.org/repo/trunk/cake@264 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-06-21 23:44:49 +00:00
..
dbo Checked with http://sqlite.org/lang_select.html 2005-06-21 17:09:42 +00:00
helpers Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*. 2005-06-21 23:44:49 +00:00
bake.php - fix for Ticket #30 2005-06-19 04:42:52 +00:00
basics.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
cache.php (I don't know what's happening:/ ) 2005-05-31 23:18:22 +00:00
controller.php Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*. 2005-06-21 23:44:49 +00:00
dbo.php - Controller::imageTag() uses a path set in /config/paths.php 2005-06-14 19:57:01 +00:00
dbo_factory.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
dispatcher.php Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*. 2005-06-21 23:44:49 +00:00
error_messages.php - I've rebuilt the startup a bit, more libraries are explicitly loaded at startup. They were loaded anyway (Object, Inflector), but implicitly thru uses() calls. I did it to untangle the relationships between files. 2005-06-11 03:45:31 +00:00
file.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
flay.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
folder.php Two missing changes. 2005-06-18 23:33:13 +00:00
inflector.php - I've rebuilt the startup a bit, more libraries are explicitly loaded at startup. They were loaded anyway (Object, Inflector), but implicitly thru uses() calls. I did it to untangle the relationships between files. 2005-06-11 03:45:31 +00:00
legacy.php - Cake didn't work without mod_rewrite, fixed (/index.php, /libs/router.php). 2005-06-05 19:42:54 +00:00
log.php - minor fix to CCSS 2005-06-19 03:55:52 +00:00
model.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
narray.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
nstring.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
object.php Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*. 2005-06-21 23:44:49 +00:00
router.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
template.php Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*. 2005-06-21 23:44:49 +00:00
time.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
validators.php - I've rebuilt the startup a bit, more libraries are explicitly loaded at startup. They were loaded anyway (Object, Inflector), but implicitly thru uses() calls. I did it to untangle the relationships between files. 2005-06-11 03:45:31 +00:00
view.php Ok, this one is very big. Firstly, I've outsourced (:]) helper methods like linkTo etc into separate files, located in /libs/helpers/*. 2005-06-21 23:44:49 +00:00