cakephp2-php8/config
phpnut 59af4d3258 Merging changes from:
[905]
Refactoring renderMethod() moving to object class to make it available to whole system

[908]
Bug fixes to ticket #219.
Added bug fixes I found in code.
Fixed Router::parse(); which only checked lower case strings
Refactored renderAction method. Moved to object class to allow all classes to access the method now.
This will allow a User object to make a request to a Permsissions object checking.
For example: You have a User object that needs to check its permission to access
User object would make are request to Permission object.
$accces = $this->renderAction('/permission/allow/userid/');

You would then be able to use the results of $access in your controller.
To check this in the view
$accces = $html->renderAction('/permission/allow/userid/');

Simple as that.

[906]
Added sortable() to AjaxHelper as a method of creating sortables,
and refactored a fair amount of the code.

[907]
Coding standard corrections.

removed blank line at end of paths.php file

git-svn-id: https://svn.cakephp.org/repo/trunk/cake@910 3807eeeb-6ff5-0310-8944-8be069107fe0
2005-09-19 17:20:24 +00:00
..
acl.ini.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
core.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
database.php.default Merging changes from revisions [337] [338] [339] [340] [341] 2005-07-10 05:08:19 +00:00
paths.php Merging changes from: 2005-09-19 17:20:24 +00:00
routes.php merging fixes from [652] [653] [656] [658] [659] [663] [666] [667] 2005-08-23 23:21:33 +00:00
routes.php.default more cleanup for API docs to be generated without errors 2005-07-04 02:59:39 +00:00
tags.ini.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00