Home > CMS Tutorial > DEDECMS > body text

How to call dede's sql statement

藏色散人
Release: 2019-11-19 11:10:45
Original
2142 people have browsed it

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}
Copy after login

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!