关于帝国cms中的一个挺另人恶心的事

WBOY
Release: 2016-06-23 13:39:36
Original
1168 people have browsed it

主要是为了试试能不能传变量,所以在connect.php文件中加了一个变量,比如我加了$testdg= "看看能打出来吗";
但是这个变量在列表模板中打不出来,不知为啥
不可思议的原因是,帝国不是啥mvc模式,connect.php是核心文件,再说这个文件也没有啥私有公有变量之说,纯是一个过程化的逻辑文件,按说不可能啊,真是太怪了


回复讨论(解决方案)

帝国cms生成页面的函数在class/functions.php : NewsBq(),可以看下这个函数
帝国cms不止是面向过程的,而且混编的html也是table的,不要研究了……

??要assign才可以在模板?示吧,很多框架都??的。

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