Home  >  Article  >  CMS Tutorial  >  How to call dede's sql statement

How to call dede's sql statement

藏色散人
藏色散人Original
2019-11-19 11:10:452169browse

How to call dede's sql statement

How to call dede's sql statement?

SQL statement calling still has its advantages in some special circumstances. The following is an introduction to dede’s sql statement calling method. Interested friends should not miss it

Recommended: "dedecms tutorial"

The code is as follows:

{dede:sql sql='Select content from dede_arctype where id=1'}
[field:content function="cn_substr('@me',700)" /]...
{/dede:sql}

It seems to be a simple piece of code, but it is very powerful.

dede_arctype column content table

content column content field name

cn_substr() This dede commonly used string interception function

The above is the detailed content of How to call dede's sql statement. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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