0 votes

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 :)

in Solved by (210 points)
recategorized by

1 Answer

0 votes
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.

by Skipper developer (74.8k points)
selected by