current location:Home > Technical Articles > CMS Tutorial > PHPCMS
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- What should I do if phpcms video transcoding fails?
- Methods to solve the problem of phpcms video transcoding failure: 1. Modify the flashupload method in the swf2ckeditor.js file; 2. Modify the swfupload method in the attachments.php file; 3. Modify the swfupload.tpl.php template file.
- PHPCMS 2748 2020-06-10 11:15:08
-
- How to filter and classify phpcms articles?
- How to filter and classify phpcms articles: first replace the content in [phpcms/libs/functions/extention.func.php]; then select a model to add new fields in the content model management; finally, add a new field to the column template page where product filtering is to be called. Just add a tag.
- PHPCMS 2954 2020-06-10 10:55:48
-
- Can the domain name of phpcms be changed later?
- phpcms can be changed later. The method of modifying the domain name: first modify the original domain name to a new domain name; then modify the site domain name to a new domain name in the site management in the background management address settings; then update the cache and replace it with the new one address; finally update the URL in batches and update the column cache.
- PHPCMS 2764 2020-06-10 10:39:29
-
- What should I do if the order of phpcms related articles remains unchanged?
- The method to modify the problem of unchanged sorting of related articles in phpcms: first modify the [content_tag.class.php] content model tag class file; then correct the relation method in the content_tag class; and finally pass the order parameter into the query.
- PHPCMS 2164 2020-06-10 09:47:48
-
- How does phpcms associate connections?
- How to use phpcms associated links: first find the associated link in the background extension and click Add associated link; then find the field management in the model management in the content-related settings; then modify the content field; finally check "Whether to enable associated links" That’s it.
- PHPCMS 3019 2020-06-09 15:07:08
-
- Is PHPCMS developed by ThinkPHP?
- PHPCMS is not developed by ThinkPHP. By comparing the source code of PHPCMS and ThinkPHP, it can be seen that the ThinkPHP framework is not used, and PHPCMS does not officially state that the software is developed based on ThinkPHP.
- PHPCMS 3134 2020-06-08 15:21:35
-
- What is the difference between PHPCMS and MVC?
- The difference between PHPCMS and MVC: PHPCMS is a website management software that adopts modular development and supports multiple classification methods to realize the design, development and maintenance of personalized websites; MVC is a software design model that uses a The code is organized in a way that separates business logic, data, and interface display.
- PHPCMS 5827 2020-06-08 10:02:31
-
- Why is PHPCMS background access so slow?
- The reason why PHPCMS background access is particularly slow: Because PHPCMS connects to the database by default, the HOST used is "localhost", and if "localhost" is not parsed by "127.0.0.1", it will cause PHPCMS to access the database very slowly, so it is also directly Causes backend access to be slow.
- PHPCMS 3266 2020-06-06 09:52:35
-
- phpcms choose utf8 or gpk
- It is better to choose utf8 in phpcms, because utf-8 is an encoding format common to all countries, while gbk is an encoding format in our country and is not suitable for global use.
- PHPCMS 2704 2020-06-05 17:38:17
-
- How to change domain name when moving phpcms v9 website
- How to move the phpcmsv9 website and change the domain name: first install phpcms in the new host space; then back up the database and upload it to the same location in the new space; then log in to the backend of the new space and use database tools to restore the database; finally update the cache and update Skin, just generate the corresponding page.
- PHPCMS 4343 2020-06-05 17:18:01
-
- How to get the time in phpcms
- How to get the time in phpcms: 1. Output the year through the function "date('Y',$inputtime)"; 2. Output the month through the function "date('m',$inputtime)".
- PHPCMS 2725 2020-06-05 16:57:46
-
- How does PHPCMS ban IP access to the website?
- PHPCMS method to ban IP access to the website: first log in to the backend interface, find the "Extension" option on the top menu bar and click on it; then click on the "Extension" option under the "Extension" column; then check the IP that is banned from accessing the website in the IP ban area , and click "Add IP Ban"; finally fill in the IP to be banned.
- PHPCMS 3120 2020-06-05 16:43:32
-
- Can't send emails from PHPCMS mailbox?
- The reasons why the PHPCMS mailbox cannot send emails: 1. The "fsockopen()" function is disabled. You can check whether the disable_functions item contains "fsockopen()" through "phpinfo()"; 2. The port number is disabled by the server. You can change the port No. to solve this problem.
- PHPCMS 3037 2020-06-05 10:54:24
-
- Is PHPCMS written with object-oriented thinking?
- PHPCMS is written with object-oriented thinking. By looking at the PHPCMS source code, you can see a large number of class files, thereby judging that PHPCMS adopts object-oriented programming thinking. You can also see that PHPCMS was developed using the MVC development model.
- PHPCMS 2543 2020-06-01 14:27:16
-
- What does the PHPCMS num parameter mean?
- In the PHPCMS V9 system, the num parameter in the PC tag supports custom data. You can specify the number of pages when calling in a loop. Compared with other CMS, this is more free and user-friendly. You can also use num Parameters to display various lists.
- PHPCMS 2898 2020-06-01 14:05:22