Peter Bowyer wrote:
> <?php echo form_tag('admin/details', 'multipart=true') ?>
You can use the current URI, there's a method in sfRequest for it I
think.. however, I personally do this:
<?php echo form_tag('admin/details?id='.$table->id, 'multipart=true'); ?>
or ... use a hidden form tag, I see no issue with either (for the admin
side, technically speaking on the frontend you shouldn't expose IDs)
--
Ian P. Christian ~ pookey.co.uk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---