PHPonTrax
[ class tree: PHPonTrax ] [ index: PHPonTrax ] [ all elements ]

Source for file form_scaffolding.phtml

Documentation is available at form_scaffolding.phtml

  1. < ?php echo error_messages_for("<?php echo $singular_model_name ?>") ? >
  2.  
  3. <!--[form:<?php echo $singular_model_name ?>]-->
  4. <?php
  5.     $ar_helper new ActiveRecordHelper();
  6.     $ar_helper->scaffolding true;
  7.     echo $ar_helper->all_input_tags($this->{$singular_model_name}$singular_model_namearray())
  8. ?>
  9. <!--[eoform:<?php echo $singular_model_name ?>]-->

Documentation generated on Mon, 21 May 2007 22:28:33 -0600 by phpDocumentor 1.3.2