De handleiding»Ontwikkelen met CakePHP»Controllers»Controller attributen»The Parameters Attribute ($params)»pass
{EN} - 3.5.2.4.7 pass
$this->params['pass']
Stores the GET query string passed with the current request. For example, if the URL /posts/view/?var1=3&var2=4 was requested, $this->params['pass'] would equal "?var1=3&var2=4".
{EN} - 3.5.2.4.7 pass
$this->params['pass']
Stores the GET query string passed with the current request. For example, if the URL /posts/view/?var1=3&var2=4 was requested, $this->params['pass'] would equal "?var1=3&var2=4".
