使用 mako 或 pylon 表单处理程序而不是手动编码表单有哪些优点(如果有的话)?
尝试决定是否应该使用 mako 来处理我的应用程序中的表单。感谢您的意见。
Trying to decide if I should be using mako to handle the forms in my application or not. Thanks for the input.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Pylons 内置表单处理将为您节省大量时间(即使您只是在开发过程中使用它们)。稍后,如果您想将它们删除并为每个页面硬编码一个完整的表单,您可以,但我会使用内置表单并找到在其中进行自定义的方法,然后再完全手动处理它。
It'll save you a lot of time (even if you use them just during development) to use Pylons built-in form handling. Later if you want to strip them out and hard code a full form for each page, you can but I'd use the built-in one and find ways to customize within it before going completely manual about it.