예제 #1
0
 public function install()
 {
     $result = parent::install();
     if ($result !== false) {
         $this->postInstall($result);
     }
     return $result;
 }
예제 #2
0
 public function update()
 {
     $this->installtype = 'update';
     return parent::update();
 }