PHP » GoLang |
login |
register |
about
|
GoLang Yaf_Action_Abstract::execute
request it (285)
GoLang replacement for PHP's Yaf_Action_Abstract::execute
[edit | history]
PHP Yaf_Action_Abstract::executePHP original manual for Yaf_Action_Abstract::execute [ show | php.net ]Yaf_Action_Abstract::execute(Yaf >=1.0.0) Yaf_Action_Abstract::execute — Action entry point Descriptionuser should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute() may have agruments.
ParametersThis function has no parameters. Return Values
ExamplesExample #1 Yaf_Action_Abstract::execute()example
<?php Example #2 Yaf_Action_Abstract::execute()example
<?php The above example will output something similar to: /** * Now assuming we are using the Yaf_Route_Static route * for request: http://yourdomain/product/list/name/yaf/id/22 * will result: */ bool(true) bool(true) See Also |
more
Recently updated
more
Most requested
more
Last requests
|