typecho的前後端感覺沒有做到分離,比如這些代碼,
need('header.php'); ?> archiveTitle(array( 'category' => _t('分類 %s 下的文章'), 'search' => _t('包含關鍵字 %s 的文章'), 'tag' => _t('標籤 %s 下的文章'), 'author' => _t('%s 發布的文章') ), '', ''); ?>
have()): ?> next()): ?> permalink() ?>">title() ?>
- author->permalink(); ?>" rel="author">author(); ?>
- date('F j, Y'); ?>
- category(','); ?>
- permalink() ?>#comments">commentsNum('評論', '1 條評論', '%d 條評論'); ?>
content('- 閱讀剩餘部分 -'); ?> pageNav('« 前一頁', '後一頁 »'); ?> need('sidebar.php'); ?> need('footer.php'); ?>
那有沒有什麼方法能做到前後端的分離呢。
回複內容:
typecho的前後端感覺沒有做到分離,比如這些代碼,
need('header.php'); ?> archiveTitle(array( 'category' => _t('分類 %s 下的文章'), 'search' => _t('包含關鍵字 %s 的文章'), 'tag' => _t('標籤 %s 下的文章'), 'author' => _t('%s 發布的文章') ), '', ''); ?>
have()): ?> next()): ?> permalink() ?>">title() ?>
- author->permalink(); ?>" rel="author">author(); ?>
- date('F j, Y'); ?>
- category(','); ?>
- permalink() ?>#comments">commentsNum('評論', '1 條評論', '%d 條評論'); ?>
content('- 閱讀剩餘部分 -'); ?> pageNav('« 前一頁', '後一頁 »'); ?> need('sidebar.php'); ?> need('footer.php'); ?>
那有沒有什麼方法能做到前後端的分離呢。
這種就是類似於wordpress那樣的混寫 這樣方便一鍵更換主題啊,而且每個模組都是獨立顯示出來的 就算套模板也很快啊,而且typecho有大概兩年沒更新了