cakephp2-php8/lib/Cake
phlyper 7b9ff1c11b verify exists index 0 in $ref
exemple

i have to get the referrer url from any page if exists

```
class AppController extends Controller {
......
    public function beforeRender() {
        parent::beforeRender();
        $this->params['referer'] = $this->referer(null, true);
    }
..........
}
```
2016-02-26 22:39:48 +01:00
..
Cache Merge branch '2.7' into 2.8 2016-01-12 22:14:16 -05:00
Config Updated the default Cake routes to include a defaultRoute true flag to allow differentiation 2014-05-29 00:55:51 -04:00
Configure Expand path before is_file check 2016-02-05 11:11:28 +01:00
Console Merge branch '2.x' into 2.8 2016-02-06 20:55:08 -05:00
Controller Backport Security::randomBytes() to 2.x 2016-02-22 00:14:44 -05:00
Core Merge branch 'memory-fix' into 2.8. 2015-11-19 21:41:07 -05:00
Error Removed last typehint Exception 2015-12-07 16:25:14 +01:00
Event Use more specific datatypes in PHPDoc 2016-01-28 23:10:51 +02:00
I18n Use correct context when parsing MO file. 2015-12-18 12:59:00 +02:00
Log Add note to param 2015-09-25 18:03:36 +02:00
Model Update documentation for Model::_readDataSource() 2016-02-26 12:39:29 -05:00
Network verify exists index 0 in $ref 2016-02-26 22:39:48 +01:00
Routing Do not mix void with other return types 2015-10-10 15:49:00 +02:00
Test Merge pull request #8310 from cakephp/secure-random 2016-02-25 22:05:08 -05:00
TestSuite Fix spacing 2016-01-05 16:39:07 +00:00
Utility Merge pull request #8310 from cakephp/secure-random 2016-02-25 22:05:08 -05:00
View Merge branch '2.7' into 2.8 2016-01-28 21:51:59 -05:00
basics.php Various improvments to the CakePH Plib files 2015-09-25 17:11:20 +02:00
bootstrap.php Bootstrap Configure after the mb_* shims have been defined. 2015-07-29 22:01:27 -04:00
LICENSE.txt Bump copyright year in license 2015-01-12 15:18:04 -05:00
VERSION.txt Update version number to 2.8.0 2016-02-06 20:59:33 -05:00