Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 ORM Validation (Orm\Observer_Validation) 扩展验证规则?
根据与其他类相同的约定将规则添加到模型中:使用_validation_前缀名称。模型本身将作为可调用对象自动添加到使用的 Validation 实例中,因此它提供的任何规则都将可用。
_validation_