cakephp2-php8/libs
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
..
controllers/templates merging changes from sandboxes 2005-09-17 02:22:07 +00:00
dbo merging [880] [881] [882] and [883] fixes 2005-09-18 13:25:20 +00:00
generator merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
helpers Merging changes from: 2005-09-19 17:20:24 +00:00
web/templates/scaffolds merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
acl.php merging changes and bug fixes from sandboxes 2005-09-07 01:52:45 +00:00
acl_base.php merging changes and bug fixes from sandboxes 2005-09-07 01:52:45 +00:00
bake.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
basics.php Fixed error in the basics.php loadController() 2005-09-19 02:15:45 +00:00
cache.php merging [880] [881] [882] and [883] fixes 2005-09-18 13:25:20 +00:00
class_registry.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
controller.php merging changes made in sandboxes 2005-09-18 18:58:45 +00:00
dbo.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
dbo_factory.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
dispatcher.php Merging changes from: 2005-09-19 17:20:24 +00:00
error_messages.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
file.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
flay.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
folder.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
helper.php Some changes to allow calling a method from another controller in the view. 2005-09-19 01:16:05 +00:00
inflector.php merging [880] [881] [882] and [883] fixes 2005-09-18 13:25:20 +00:00
legacy.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
log.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
model.php Some changes to allow calling a method from another controller in the view. 2005-09-19 01:16:05 +00:00
neat_array.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
neat_string.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
object.php Merging changes from: 2005-09-19 17:20:24 +00:00
router.php Merging changes from: 2005-09-19 17:20:24 +00:00
sanitize.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00
scaffold.php merging [880] [881] [882] and [883] fixes 2005-09-18 13:25:20 +00:00
template.php merging changes from [692] [693] [697] [699] [701] [704] [706] [707] 2005-08-25 16:40:50 +00:00
time.php merging changes from [692] [693] [697] [699] [701] [704] [706] [707] 2005-08-25 16:40:50 +00:00
validators.php merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
view.php Some changes to allow calling a method from another controller in the view. 2005-09-19 01:16:05 +00:00