Nikolay Yotsov
Nikolay Yotsov
Error: near line 1160: near ",": syntax error Error: near line 1162: near ",": syntax error Error: near line 1164: near ",": syntax error Error: near line 1166: near ",":...
For example about serializing, type and accessor are needed, maybe the type is available from the @orm time annotation as well and the accessors ? ``` * * @ORM\Column(name="created_at", type="datetime",...
https://github.com/karborator/zend-mvc
Solved: at module.config.php add: ``` 'validators' => array( 'invokables' => array( 'Namespane\\Validator' => 'Namespane\\Validator' , ), ), ``` find zf-content-validation , select a Controller you want to set custom validator...