addElement('text', 'title', array('label' => 'Title', 'required' => true, 'maxLength' => 150)); $this->title->addValidator('StringLength', false, array('max' => 150)); return $this; } }