Google
×
もしかして: Controller::action()
Controller::addAction() – Registers a handler for a specific action. Synopsis. require_once 'HTML/QuickForm/Controller.php';. void HTML_QuickForm_Controller:: ...
A controller is a PHP function you create that reads information from the Request object and creates and returns a Response object.
AddAction is a list action designed to add existing entity instances to a data container by selecting them in a lookup screen.
CollectionsController::addAction() · CollectionsController::editAction ... ResourcesController::indexAction() · SiteController · SiteController · SiteController:: ...
Action Controller Overview. In this guide, you will learn how controllers work and how they fit into the request cycle in your application.
Page::addAction() – Registers a handler for a specific action. Synopsis. require_once 'HTML/QuickForm/Page.php';. void HTML_QuickForm_Page::addAction ...
ItemTypesController::addAction(); ItemTypesController::editAction ... ItemTypesController . Package: Controller. class ItemTypesController . extends ...
First, the add action (using specific method Item::addAction ) attempts to create a specific Item passed by $fields . ... Controller::init() is called after ...
関連する質問
2022/07/11 · An action filter is an attribute that you can apply to a controller action -- or an entire controller -- that modifies the way in which the action is executed.