随笔分类 -  代码速查

摘要:如果用户做了数据提交的动作:if($request->getMethod() == 'POST')调用interceptor$result = GuruInterceptorStack::walk(usersInputProcess,users_input_md5,$input); 阅读全文
posted @ 2012-06-27 16:55 Yao.工作志 阅读(97) 评论(0) 推荐(0)
摘要:输出一个带有提交的表单View Code <form name="input" action="html_form_action.asp" method="get">Username: <input type="text" name="user" /><input type="submit" value="Submit" /></form> 阅读全文
posted @ 2012-06-27 16:19 Yao.工作志 阅读(130) 评论(0) 推荐(0)