Created
September 7, 2010 05:25
-
-
Save delbono/567906 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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