コード例 #1
0
 private function _initForm()
 {
     if ($this->form === null) {
         $this->form = new Application_Form_Profile();
         $this->form->setAction($this->_helper->url('save', 'profiles'));
         // i need to create an array of audio and video codecs and device types
     }
     return $this->form;
 }