cakephp2-php8/lib/Cake
Mark Oberemk 8a8d2697d1 Allow chaining in the addCrumb method
For convenience I think it might be valuable to allow addCrumb (and possibly other similar functions) to return $this to permit chained calls such as this:

    $this->Html->addCrumb('Admin', '/admin')->addCrumb('Blogs', '/admin/users')->addCrumb('Add');

as opposed to the considerably more verbose version that needs to be used now:

    $this->Html->addCrumb('Admin', '/admin');
    $this->Html->addCrumb('Blogs', '/admin/users');
    $this->Html->addCrumb('Add');

I'm not sure if this violates some API conventions for helpers but it does seem rather more convenient to work with to me.
2014-03-11 10:37:47 -04:00
..
Cache Update MemcacheEngine.php 2014-02-18 18:40:17 -05:00
Config Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Configure Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Console Remove dead and unused code. 2014-02-11 16:38:24 -05:00
Controller One liner. Dont call function parseAccept() twice in RequestHandlerComponent. 2014-02-21 00:54:10 +11:00
Core Fix ApiGen errors 2014-02-07 18:29:54 -02:00
Error Fix ApiGen errors 2014-02-07 18:29:54 -02:00
Event Merge pull request #2532 from bar/patch-2 2013-12-22 20:03:56 -08:00
I18n Moved Limburgish to correct the order 2014-03-02 14:30:26 +01:00
Log Merge pull request #2319 from ravage84/php-5-removal 2013-11-14 06:41:31 -08:00
Model #2994, unnecessary calls to Model::__isset(null) 2014-03-10 10:16:32 -07:00
Network Include the last error if available when sending with mail() fails. 2014-03-02 21:07:25 -05:00
Routing Only sort the keys once per request instead of on each match. 2014-03-10 21:42:26 -04:00
Test Only sort the keys once per request instead of on each match. 2014-03-10 21:42:26 -04:00
TestSuite Mark compatibility shims as deprecated. 2014-02-17 10:29:03 -05:00
Utility fixing Set docblocks 2014-03-08 10:26:03 +00:00
View Allow chaining in the addCrumb method 2014-03-11 10:37:47 -04:00
basics.php Fix link in comment 2014-01-30 10:07:45 -06:00
bootstrap.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
LICENSE.txt Formatted CSF address 2013-02-08 21:08:15 +09:00
VERSION.txt Update version number to 2.4.6 2014-03-01 21:22:04 -05:00