Home >Backend Development >PHP Tutorial >Yii调用mysql存储过程

Yii调用mysql存储过程

WBOY
WBOYOriginal
2016-06-23 14:39:501135browse

各位大虾,有谁知道怎么用Yii去调用Mysql的存储过程,不管是用DAO还是用AR都行。

以下是小弟做的存储过程代码:
CREATE PROCEDURE `report_monthly`(IN dep varchar(8),IN start_date varchar(10),IN end_date varchar(10),IN report_type varchar(1))

先谢谢各位了。


回复讨论(解决方案)

我调用了,感觉效果不太对

结贴,给分。我自己搞定了。感谢你

ejb调用存储过程你了解吗

ejb调用存储过程你了解吗
这个,了解啊。怎么了?

怎么弄?

 求解 如何处理?

$command = Yii::app()->db->createCommand('call myproc("yourname")');
$command->execute(); 

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