I'm curious about the documentation on this page:
http://www.symfony-project.org/book/1_2/11-Ajax-Integration
The URL says this is the 1.2 version of the book. Yet I see this:
Listing 11-11 - Ajax Form with the form_remote_tag() Helper
<div id="item_list"></div>
<?php echo form_remote_tag(array(
'update' => 'item_list',
'url' => 'item/add',
)) ?>
<label for="item">Item:</label>
<?php echo input_tag('item') ?>
<?php echo submit_tag('Add') ?>
</form>
Isn't stuff like input_tag() from the 1.0 version of Symfony?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---