コード例 #1
0
 /**
  * @see Form::save()	 
  */
 public function save()
 {
     parent::save();
     SpiderEditor::create($this->spiderIdentifier, $this->spiderName, $this->spiderURL);
     $this->spiderName = $this->spiderIdentifier = $this->spiderURL = '';
     $this->saved();
     WCF::getTPL()->assign(array('success' => true));
 }