mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
59af4d3258
[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 |
||
---|---|---|
.. | ||
controllers/templates | ||
dbo | ||
generator | ||
helpers | ||
web/templates/scaffolds | ||
acl.php | ||
acl_base.php | ||
bake.php | ||
basics.php | ||
cache.php | ||
class_registry.php | ||
controller.php | ||
dbo.php | ||
dbo_factory.php | ||
dispatcher.php | ||
error_messages.php | ||
file.php | ||
flay.php | ||
folder.php | ||
helper.php | ||
inflector.php | ||
legacy.php | ||
log.php | ||
model.php | ||
neat_array.php | ||
neat_string.php | ||
object.php | ||
router.php | ||
sanitize.php | ||
scaffold.php | ||
template.php | ||
time.php | ||
validators.php | ||
view.php |