It's a html encoding problem, ' means an aposthrophe ( ' ), so
the code you pasted should look like this:

string submit_tag($value = 'Save changes', $options = array())
Returns an XHTML compliant <input> tag with type="submit".


On Sat, Aug 8, 2009 at 14:07, DEEPAK BHATIA<[email protected]> wrote:
>
> Hi,
>
> I am not able to understand &apos etc below. Please help me in this regard.
>
> string submit_tag($value = &apos;Save changes&apos;, $options = array())
> Returns an XHTML compliant &lt;input&gt; tag with type=&quot;submit&quot;.
>
> Regards
>
> Deepak Bhatia
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to