{HU} - 3.5.2.4.5 controller

$this->params['controller']

A jelenlegi vezérlő nevét tartalmazza amely a lekérést kezeli. Például a /posts/view/1 URL-re irányuló kérésnél a $this->params['controller'] értéke "posts".

{EN} - 3.5.2.4.5 controller

$this->params['controller']

Stores the name of the current controller handling the request. For example, if the URL /posts/view/1 was requested, $this->params['controller'] would equal "posts".

Differences

Lines: 1-3Lines: 1-3
 <title>controller</title> <title>controller</title>
 <p class="method"><code>$this->params['controller']</code></p> <p class="method"><code>$this->params['controller']</code></p>
-<p>Stores the name of the current controller handling the request. For example, if the URL <kbd>/posts/view/1</kbbd> was requested, <code>$this->params['controller']</code> would equal "posts".</p> +<p>A jelenlegi vezérlő net tartalmazza amely a lerést kezeli. Például a <kbd>/posts/view/1</kbbd> URL-re irányuló kérésnél a <code>$this->params['controller']</code> értéke "posts".</p>