"This is a post"); 并在此方法中使用$conditions数组。 $this->Post->f-6ren">
gpt4 book ai didi

php - 如何从蛋糕查询数组中获取正常的 SQL 查询?

转载 作者:行者123 更新时间:2023-11-29 00:41:23 25 4
gpt4 key购买 nike

我有这样的数组

$conditions = array("Post.title" => "This is a post");

并在此方法中使用$conditions数组。

$this->Post->find('first', array('conditions' => $conditions));

我想将 $conditions 数组转换为普通的 sql 查询。 我要用

$this->Post->query($converted_query);

代替

$this->Post->find('first', array('conditions' => $conditions));

最佳答案

 $null=null;
echo $this->getDataSource()->generateAssociationQuery($this, NULL, NULL, NULL, NULL, $query_array, false,$null);

关于php - 如何从蛋糕查询数组中获取正常的 SQL 查询?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12119154/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com