CakePHP 2 fork that supports PHP 8
Find a file
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
app merging fixes into trunk from [869] 2005-09-17 12:37:05 +00:00
config Merging changes from: 2005-09-19 17:20:24 +00:00
docs Put the new URLs into the README. 2005-07-20 13:29:04 +00:00
libs Merging changes from: 2005-09-19 17:20:24 +00:00
logs - default layout uses the new cssTag and charsetTag 2005-05-23 23:08:43 +00:00
modules Added /app/helpers and /modules. 2005-05-23 19:15:08 +00:00
public merging changes from sandboxes 2005-09-17 02:22:07 +00:00
scripts merging code from sandboxes since [430] 2005-08-21 06:49:02 +00:00
tests merging changes from sandboxes 2005-09-17 02:22:07 +00:00
vendors merging changes from sandboxes 2005-09-17 02:22:07 +00:00
.htaccess Merging changes from revisions [337] [338] [339] [340] [341] 2005-07-10 05:08:19 +00:00
index.php merging changes from sandboxes 2005-09-17 02:22:07 +00:00

///////////////////////////////////////////////////////////////////////////////////////////////////////////
// +---------------------------------------------------------------------------------------------------+ //
// + $Id$
// + Last Modified: $Date$
// + Modified By: $LastChangedBy$
// +---------------------------------------------------------------------------------------------------+ //
///////////////////////////////////////////////////////////////////////////////////////////////////////////

This README will be updated

for now visit:

https://trac.cakephp.org/

OR:

https://www.cakephp.org/