cakephp2-php8/cake/libs/controller/templates/scaffolds/new.thtml
2005-10-03 04:48:00 +00:00

7 lines
167 B
Text

<?php
echo $html->formTag('/'.Inflector::underscore($this->name).'/create');
echo $form->generateFields( $fieldNames );
echo $form->generateSubmitDiv( 'Add' )
?>