コード例 #1
0
ファイル: savelinks.php プロジェクト: sea75300/fanpresscm3
 public function process()
 {
     $this->data = json_decode($this->data, true);
     $this->data = array_map('base64_decode', $this->data);
     $alfile = new \fpcm\modules\nkorg\sitemaplinklist\model\activelinkfile();
     $res = $alfile->save($this->data);
     die($res);
 }