Hello.

i have a controller, a model and the usual add/remove/edit views

in the add view i have a simple form. here's the code

echo $form->input("Items.0.code");
echo $form->input("Items.0.description");
echo $form->input("Items.1.code");
echo $form->input("Items.1.description");
echo $form->input("Items.2.code");
echo $form->input("Items.2.description");

the description fields has good probability to contain a math symbol
or a comparison operator.

when i save my form Cake converts those symbols in html entities.

is there a way to avoid this?





Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" 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/cake-php?hl=en

Reply via email to