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

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

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-23 14:17:09
Original
1265 people have browsed it

thinkphp 存储过程返回值

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


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

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

回复讨论(解决方案)

自己动手,丰衣足食。

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

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