debug
This commit is contained in:
@@ -195,6 +195,9 @@ class Novel extends BaseController
|
||||
'intTotalPage' => $arrPage['pages'],
|
||||
'arrCategoryAll' => CategoryModel::$arrCategoryAll,
|
||||
'arrPaginator' => $arrPaginator,
|
||||
'strSearchCategory' => $strSearchCategory,
|
||||
'strSearchStatus' => $strSearchStatus,
|
||||
'strNovelSex' => $arrSexChinese[$strGender],
|
||||
'strTitle' => $strTitle,
|
||||
'strKeywords' => $strKeywords,
|
||||
'strDescription' => $strDescription,
|
||||
@@ -476,9 +479,6 @@ class Novel extends BaseController
|
||||
|
||||
// 小说详情
|
||||
$arrNovel = $NovelModel->getNovelByNId($intNId);
|
||||
// echo "<pre>";
|
||||
// var_dump($arrNovel);exit;
|
||||
// TODO n_page_description 改成 og_description
|
||||
|
||||
// 分品拼音
|
||||
$arrNovel['category_pinyin'] = CategoryModel::getPinYinByZh($arrNovel['og_novel_category']);
|
||||
|
||||
Reference in New Issue
Block a user