Skip to content

Validator - refactoring #19

@SilverEngineTeam

Description

@SilverEngineTeam

Class validator need suport from model and ReflectORM

  private static function checkExist($value, $model) 
    {
        //TODO: check
        return false;
    }

    private static function checkUnique($value) 
    {
        // TODO
        return false;
    }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions