且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何将 id 属性添加到 Zend Framework 表单?

更新时间:2023-11-25 08:12:04

$this->setAttrib('id', 'someId');, this will help you where $this 是当前类的对象.

$this->setAttrib('id', 'someId');, this would help you where $this being the object of your current class.