Skip to content

Instantly share code, notes, and snippets.

@delbono
Created September 7, 2010 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delbono/567906 to your computer and use it in GitHub Desktop.
Save delbono/567906 to your computer and use it in GitHub Desktop.
<?php echo form_tag_for($form, '@menu_item_day') ?>
<table id="job_form">
<tfoot>
<tr>
<td colspan="2">
<input type="submit" value="Applica" />
</td>
</tr>
</tfoot>
<tbody>
<?php echo $form ?>
</tbody>
</table>
</form>
ordinativi_menu_item_day:
class: sfDoctrineRouteCollection
options:
model: OrdinativiMenuItemDay
module: menuitemday
prefix_path: /menuitemday
column: id
with_wildcard_routes: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment