예제 #1
0
파일: Settings.php 프로젝트: msigley/shopp
 public function posted()
 {
     parent::posted();
     $this->posted = $this->form;
     if (!empty($_POST['settings'])) {
         $this->form = ShoppRequestProcessing::process($_POST['settings'], $this->defaults);
     }
     return true;
 }