[moka同學筆記]二、Yii2.0課程筆記(魏曦老師教程)

一、在標籤tags的model中 //使用正則表達式,把標籤字符串轉換成數組 public static function string2array($tags) { return preg_split('/\s*,\s*/',trim($tags),-1,PREG_SPLIT_NO_EMPTY); } //把數組轉換成字符串
相關文章
相關標籤/搜索