cakephp执行原生sql语句
Posted 小慧blog
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了cakephp执行原生sql语句相关的知识,希望对你有一定的参考价值。
$sql = ‘select sum(amount) as amount from option_capital where status = 2 and amount > 0 and user_id = ‘.$user_id; $ret = $this->query($sql);
以上是关于cakephp执行原生sql语句的主要内容,如果未能解决你的问题,请参考以下文章