Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of alphabetically sorting the list of background templates in DedeCMS dream weaving

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the DedeCMS dream weaving background template list alphabetically sorted method, the article is very detailed, has a certain reference value, interested friends must read it!

How does the DedeCMS dream weaving background template list be sorted alphabetically?

We know that the background files of the dream weaving dedecms system are sorted by default, not by name or by time. If there are a lot of contents in the directory, it is very difficult to find the files you want. It is really too inconvenient, just like the arrangement of the following figure, you can not find the rules.

So I want to sort the list of these files by name, and take a look at the background files. It turns out that it is caused by the function dir of php. Take "default template Management" in the file list as an example, find the template file in the background: / your background directory / templets/templets_default.htm (dede is your background directory), open this file and find it:

Replace with

You can see that the files read by dir () are unordered due to the use of PHP's dir function. Now we need to find a way to get him to sort by name. Here we can change another function to read directory files, scandir (); the files of this function will be sorted by file name.

The above is all the contents of the alphabetical method of DedeCMS Dream Weaving background template list. Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report