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.
在进行验证时..我想到一个问题是“当我们使用 notEmpty 和空白模型验证规则时? ”。我盯着它,但没有澄清。请举例说明。
先感谢您。
'blank' - 必须为空或只有空格字符。
'notEmpty' - 不能为空
所有这些信息在 CakePHP 的书“验证”下都有清楚的解释:
http://book.cakephp.org/2.0/en/models/data-validation.html