Source for file function.form_submit.php

Documentation is available at function.form_submit.php

  1. <?php
  2. /**
  3.  *  smarty function:フォームのsubmitボタン生成
  4.  *
  5.  *  @param  string  $submit   フォーム項目名
  6.  */
  7. function smarty_function_form_submit($params&$smarty)
  8. {
  9.     $c Ethna_Controller::getInstance();
  10.     $view $c->getView();
  11.     if ($view === null{
  12.         return null;
  13.     }
  14.     return $view->getFormSubmit($params);
  15. }

Documentation generated on Fri, 11 Nov 2011 03:58:09 +0900 by phpDocumentor 1.4.3