public function duplicate()
 {
     self::$__object = "Setting";
     self::$__table = "pcms_setting";
     return parent::duplicate();
 }