Table of Contents
回复讨论(解决方案)
Home Backend Development PHP Tutorial 请问dedecms如何读取txt里面的内容

请问dedecms如何读取txt里面的内容

Jun 23, 2016 pm 02:06 PM

请问dedecms如何实现像file_get_contents这样的函数


回复讨论(解决方案)

为什么不直接用 file_get_contents 而要去重写一个?

你的意思是不是要取出内容信息。在dedecms中,取出内容信息的方法有两个,{dede:arclist}和{dede:sql}

{dede:arclist}标签的语法是:
{dede:arclist  typeid='' row=''  orderby='' orderway=’’}
[field:title/]
{/dede:arclist}

{dede:sql}  标签的基本用法是:
{dede:sql sql=''}
[field:title/]
{/dede}

因为我不知道你具体是想获取什么内容,建议你可以上网去找下韩顺平老师的dedecms项目视频和笔记。

为什么不直接用 file_get_contents 而要去重写一个?

坑爹 我直接这样写{dede:php}echo file_get_contents('...txt'){/dede:php}
不行

你的意思是不是要取出内容信息。在dedecms中,取出内容信息的方法有两个,{dede:arclist}和{dede:sql}

{dede:arclist}标签的语法是:
{dede:arclist  typeid='' row=''  orderby='' orderway=’’}
[field:title/……

这个是我是知道,但我是想获取 mytest.txt 里面后缀是txt文件里面的内容这样的

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

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

11 Best PHP URL Shortener Scripts (Free and Premium) 11 Best PHP URL Shortener Scripts (Free and Premium) Mar 03, 2025 am 10:49 AM

11 Best PHP URL Shortener Scripts (Free and Premium)

Introduction to the Instagram API Introduction to the Instagram API Mar 02, 2025 am 09:32 AM

Introduction to the Instagram API

Working with Flash Session Data in Laravel Working with Flash Session Data in Laravel Mar 12, 2025 pm 05:08 PM

Working with Flash Session Data in Laravel

Build a React App With a Laravel Back End: Part 2, React Build a React App With a Laravel Back End: Part 2, React Mar 04, 2025 am 09:33 AM

Build a React App With a Laravel Back End: Part 2, React

Simplified HTTP Response Mocking in Laravel Tests Simplified HTTP Response Mocking in Laravel Tests Mar 12, 2025 pm 05:09 PM

Simplified HTTP Response Mocking in Laravel Tests

cURL in PHP: How to Use the PHP cURL Extension in REST APIs cURL in PHP: How to Use the PHP cURL Extension in REST APIs Mar 14, 2025 am 11:42 AM

cURL in PHP: How to Use the PHP cURL Extension in REST APIs

12 Best PHP Chat Scripts on CodeCanyon 12 Best PHP Chat Scripts on CodeCanyon Mar 13, 2025 pm 12:08 PM

12 Best PHP Chat Scripts on CodeCanyon

Notifications in Laravel Notifications in Laravel Mar 04, 2025 am 09:22 AM

Notifications in Laravel

See all articles