Home > CMS Tutorial > DEDECMS > body text

How to use the [field:global name=autoindex/] tag

藏色散人
Release: 2020-01-10 09:31:00
Original
2614 people have browsed it

How to use the [field:global name=autoindex/] tag

How to use the [field:global name=autoindex/] tag?

Detailed explanation of the use of [field:global name=autoindex/] tags

Recommended learning:梦weavercms

Sometimes we need Add serial numbers to the list in dede:list or dede:arclist. At this time, you need to use the "[field:global.autoindex/]" tag, which can automatically add serial numbers.

The serial number will automatically increase after adding, starting from 1 by default.

But sometimes we may not need to start from 1, such as starting from 2, then we need to write like this:

[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global]
Copy after login

On the contrary, if you want it to start from 0, then use this code :

[field:global name=autoindex runphp="yes"]@me=@me-1;[/field:global]
Copy after login

The above is the description of the use of this tag, I hope it can be helpful to everyone.

The above is the detailed content of How to use the [field:global name=autoindex/] tag. For more information, please follow other related articles on the PHP Chinese website!

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