[Closed] entity fields and variable names

0 votes
asked Jul 5, 2014 in Solved by kpihus (210 points)
recategorized Jul 8, 2014 by Martin Freki Stradej

If i (in some weird reason) create entity field let's say "e-mail" (no error is raised) then Skipper creates PHP class, with variable "private $e-mail;". Everything seems to be ok, except PHP does not no how to subtract mail from $e :)

1 Answer

0 votes
answered Jul 8, 2014 by Martin Freki Stradej Skipper developer (74,840 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

At this moment Skipper does not validate/sanitize the export: all values entered will be exported, and user himself needs to keep the values and names valid.

We are planning to implement full set of model validators to check naming conventions and values, but we do not know yet when this feature will be ready.

...