update : 2015.11.03
php.shukuma.com검색:
|
Yaf_Action_Abstract::execute(Yaf >=1.0.0) Yaf_Action_Abstract::execute — Action entry point 설명user should always define this method for a action, this is the entry point of an action. Yaf_Action_Abstract::execute() may have agruments.
인수이 함수는 인수가 없습니다. 반환값
예제Example #1 Yaf_Action_Abstract::execute()example
<?php Example #2 Yaf_Action_Abstract::execute()example
<?php 위 예제의 출력 예시: /** * 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) 참고 |