cakephp2-php8/cake/libs/controller/templates/scaffolds/new.thtml

8 lines
167 B
Text
Raw Normal View History

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