mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 19:38:26 +00:00
8 lines
167 B
Text
8 lines
167 B
Text
|
<?php
|
||
|
echo $html->formTag('/'.Inflector::underscore($this->name).'/create');
|
||
|
|
||
|
echo $form->generateFields( $fieldNames );
|
||
|
|
||
|
echo $form->generateSubmitDiv( 'Add' )
|
||
|
?>
|