Example #1
0
 private final function store()
 {
     // 爬虫数据的存储
     $tm = Boot::detailsStore();
     // 预处理存储数据
     $tm->store('INSERT IGNORE INTO informations(username, nickname, bio, location, business, gender, education, education_extra, content, agrees, thanks, blue_stars, following, followers) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)');
     // 存
     $tm->store($this->dataArray);
 }