/home/desid573/public_html/family/pdd/lib/Cake/Console/Templates/default/views
NameSizeModeActions
form.ctp27380644editdlrm
index.ctp40140644editdlrm
view.ctp63670644editdlrm
Edit: /home/desid573/public_html/family/pdd/lib/Cake/Console/Templates/default/views/form.ctp (2738B)
Form->create('{$modelClass}'); ?>\n"; ?>
", Inflector::humanize($action), $singularHumanName); ?> Form->input('{$field}');\n"; } } if (!empty($associations['hasAndBelongsToMany'])) { foreach ($associations['hasAndBelongsToMany'] as $assocName => $assocData) { echo "\t\techo \$this->Form->input('{$assocName}');\n"; } } echo "\t?>\n"; ?>
Form->end(__('Submit')); ?>\n"; ?>

"; ?>