mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
7b9ff1c11b
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); } .......... } ``` |
||
---|---|---|
.. | ||
Cake |