Home >Backend Development >PHP Tutorial >thinkphp 调用查询类型的存储过程返回值问题

thinkphp 调用查询类型的存储过程返回值问题

WBOY
WBOYOriginal
2016-06-23 14:17:091225browse

thinkphp 存储过程返回值

$arr_tree = $Model -> query("call exec_sys_menu_get_one(1,14);echo "<per>". print_r($arr_tree) ."</per>";


存储过程中就是一个查询语句

执行后为什么$arr_tree的值是1呢,存储过程在数据库中执行是有记录集的……

回复讨论(解决方案)

自己动手,丰衣足食。

http://blog.csdn.net/cyd1919/article/details/8859898

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