We place this logic inside a controller action.
Create a form in the view script file associated with the controller action.
Anlegen eines Formulars in einem View-Script, das in Verbindung mit der Controller-Action steht.
In a controller action, we want to check if the current user can delete the specified post.
In einer Controller-Action möchten wir prüfen, ob der aktuelle Benutzer den angegebenen Beitrag löschen kann.
In particular, we want to create a controller action to expose the service.
Im einzelnen heißt das, wir müssen eine Controller-Action erstellen, die diesen Dienst öffentlich bereitstellt.
Yii allows using a controller action to handle the error display work.
Seit Version 1.0.6 erlaubt Yii die Verwendung einer Controller-Action zur Anzeige eines Fehlers.
Access control filter is a preliminary authorization scheme that checks if the current user can perform the requested controller action.
Der Zugangskontrollfilter (engl.: access control filter) ist ein vorläufiges Berechtigungssystem, das überprüft, ob der aktuelle Benutzer eine bestimmte Controller-Action ausführen darf.
I know how to use the validator in a controller action.
I can provide custom response data from my controller action.
If the proportional band is set to zero, the controller action is ineffective.
Wenn der Proportionalbereich auf Null eingestellt wurde, ist die Reglerstruktur nicht wirksam.
Allow multiple roles to access controller action
Filter is a piece of code that is configured to be executed before and/or after a controller action executes.
Filter Bei einem Filter handelt es sich um Code, der je nach Konfiguration vor und/oder nach einer Action ausgeführt wird.
Assign controller action can - always full
As described in the front controller documentation, a front controller action is described by a section in the action configuration file.
Wie in der FrontController-Dokumentation beschrieben ist, wird eine Action durch eine Sektion in einer Konfigurationsdatei, einer Action- und einer Input-Klasse definiert.