Buku Pedoman»Pengembangan dengan CakePHP»Controllers»Atribut Controller (Controller Attributes)»Atribut Parameter ($params)»pass
{ID} - 3.5.2.4.7 pass
$this->params['pass']
Menyimpan query string dari request yang dipanggil. Sebagai contoh, jika URL yang dipanggil adalah /posts/view/?var1=3&var2=4, $this->params['pass'] akan bernilai "?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".
Differences
| Lines: 1-3 | Lines: 1-3 | ||
| <title>pass</title> | <title>pass</title> | ||
| <p class="method"><code>$this->params['pass']</code></p> | <p class="method"><code>$this->params['pass']</code></p> | ||
| - | <p>Stores the GET query string passed with the current request. For example, if the URL <kbd>/posts/view/?var1=3&var2=4</kbd> was requested, <code>$this->params['pass']</code> would equal "?var1=3&var2=4".</p> | + | <p>Menyimpan <em>query string</em> dari request yang dipanggil. Sebagai contoh, jika URL yang dipanggil adalah <kbd>/posts/view/?var1=3&var2=4</kbd>, <code>$this->params['pass']</code> akan bernilai "?var1=3&var2=4".</p> |
