discuz是如何把数据表转成数组的?

WBOY
Release: 2016-06-23 13:48:37
Original
882 people have browsed it

下面这组数据是频道栏目表中的,我的 疑问是  discuz 如何把数据表中的数据转成数组的呢?

Array(    [0] => Array        (            [catname] => 频道栏目1        )    [1] => Array        (            [catname] => 频道栏目2        )    [2] => Array        (            [catname] => 频道栏目3    [3] => Array        (            [catname] => 频道栏目4        )    [4] => Array        (            [catname] => 频道栏目5        )    [5] => Array        (            [catname] => 频道栏目6        )   )
Copy after login


回复讨论(解决方案)

没明白你说的,不是用foreach么?
你该自己追追源码,查看一下

没明白你说的,不是用foreach么?
你该自己追追源码,查看一下


我的意思是说:discuz如何把数据表搞成数组的呢,另外能推荐一个操作方便的追踪源码的方法吗,我看了网上一些追踪的方法,调配起来不是一般的麻烦,并且捣鼓了几个小时还是不成功,试了N次了,所以放弃了.比如有用xedug方法,还有用firephp方法的,按教程调试没一个成功的.

一个while循环取出的资源就自己组织成数组啊
你看看\source\class\discuz\discuz_database.php,fetch_all()方法

我都是从入口文件开始找,用file_put_content()来输出我想要的数据
你可以用NetBeans,只要引入discuz,你就可以用control+鼠标左键,自动跳到定义该方法的文件中

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