Home > Backend Development > PHP Tutorial > PHP page staticization—detailed introduction to staticization

PHP page staticization—detailed introduction to staticization

WBOY
Release: 2016-08-08 09:22:01
Original
1131 people have browsed it

php static includes:

1. Pure static

Pure static refers to the process of using php to generate a pure html file, and then accessing the html file from the front end;

If you subdivide pure static, then you can Divided into "Partial Pure Static" and "All Pure Static";

"All Pure Static" refers to completely static html files;

"Partial Pure Static" means partially dynamic and refers to static files. The middle part of the content is dynamic content (local dynamics are achieved through ajax);

2. Pseudo-static;

Pseudo-static refers to the process of converting the url address of a dynamic page into a url address similar to a static page;

The above introduces the staticization of PHP pages - a detailed introduction to staticization, including aspects of content. I hope it will be helpful to friends who are interested in PHP tutorials.

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