$member = $article->getHomeMember(); $articleDetail = $article->getHomeBlogDetail(); $newArticles = $article->getHomeBlogNewArticles("detail_". $_SERVER["PATH_ARGV"]["homeId"]. "_". $_SERVER["PATH_ARGV"]["blogId"]); $this->view->setVar("loginUser", $loginUser); $title = $member["mName"]. "的个人主页 - 同福网"; $title = $articleDetail["mTitle"]. " - ". $title; $description = mb_substr(strip_tags($articleDetail["content"]), 0, 100, "UTF-8"); $keywords = ""; foreach ($articleDetail["tags"] as $tag) $keywords .= $tag["cName"]. ","; $this->view->setVar("tdk", [$title, $description, $keywords]); $this->view->setVar("member", $member);
tfphp\tfdumpError() in /var/www/html/web-inf/controller/home/blog/detail.inc.php line 20
tfproject\controller\home\blog\detail::onLoad() in /var/www/tfphp/dist/system/tfpage.inc.php line 22
tfphp\system\tfpage::load() in /var/www/tfphp/dist/tfphp.inc.php line 221
tfphp\tfphp::start() in /var/www/tfphp/dist/tfphp.inc.php line 225
tfphp\tfphp::run() in /var/www/html/index.php line 31
tfproject\index::run() in /var/www/html/index.php line 34