Home > Backend Development > PHP Tutorial > Thinkphp 自动验证问题

Thinkphp 自动验证问题

WBOY
Release: 2016-06-23 14:04:07
Original
974 people have browsed it

UserModel已经在注册表单的自动验证中使用了,所以不知道再怎么在登录表单中使用自动验证。
似乎可以通过自定义验证条件或验证时间实现,但具体怎么实现呢?
求助。


回复讨论(解决方案)

真的没有人知道吗?各位大神?

think文档里面讲得很清楚 看看文档去
think框架可以说是很好学的 国人自己写的 文档都是中文 而且讲得很详细

$UserModel->create()
create方法!进行自动验证,自动完成等等

因为USER表是在各种页面都经常访问的表,就是我在每一次的USER表都用Class userModel来进行自动验证。但手册里只提供 "验证字段,验证规则,错误提示,[验证条件,附加规则,验证时间]" 没有提供我需要的参数。 

就是我在Class IndexAction function index()调用Create用一种规则,而在Class FormAction function insert()用另一套验证法则。

各位我有点想放弃Think了,感觉太上层。

各位我有点想放弃Think了,感觉太上层。
写了2年的Tp后,我也放弃了!

问题解决了,是问一个老师解决的

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template