Hi everone,
I've a problem with a field.
in my controller :
$crud->field_type('plateforme', 'enum', $liste);
$liste is an array which contains a list of sentences, some of which contain apostrophes / quotes.
In my add form, the select is ok, all sentences are well-formed.
BUT, they are truncated at the first apostrophe when are inserted
Someone can help me ? ;O)
Thanks !