I have added :

        public function __toString() {
return $this->getTaggedTitle();
}

in my model class Post, and that's it.


On 10 juil, 20:22, sd45sq5d5sqd <nau...@gmail.com> wrote:
> Hi,
>
> I have a backend app with a "post" module to admin.
>
> This "post" module contains a textearea for the "body" part of the
> "post".
>
> NB : I don"t use any rich text.
>
> If I write a &amp; (for my web page to be valid) in this textarea,
> when I save my form, I get a "&" in place of my original "&amp;" in
> the textarea...
>
> How to deal with this issue ?
>
> Thanx.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to