cms系统静态化的研讨

WBOY
Release: 2016-06-13 12:33:48
Original
761 people have browsed it

cms系统静态化的探讨
dedecms采用的是后台静态化方式,js执行php统计新闻点击,这样浏览新闻直接走web服务器,不用执行php
本人现在做的是移动app,返回给移动端的是json数据,如何统计呢

如果使用web服务器和php结合的方式,统计是可以了,完全的静态化就无法实现了,起码要通过php读取html文件,然后将内容返回给移动端。

望有经验的人指教一二

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!