示例#1
0
 protected function create()
 {
     parent::create();
     $this->data['childdata'] =& $this->childdata;
     $this->childdata = array('id' => 0, 'state' => 'opened', 'prio' => 'major', 'assignto' => 0, 'closed' => '', 'version' => litepublisher::$options->version, 'poll' => 0, 'os' => '*', 'reproduced' => false, 'code' => '');
 }
 protected function create()
 {
     parent::create();
     $this->data['childdata'] =& $this->childdata;
     $this->childdata = array('id' => 0, 'type' => 'theme', 'downloads' => 0, 'downloadurl' => '', 'authorurl' => '', 'authorname' => '', 'version' => '1.00', 'votes' => 0, 'poll' => 0);
 }