开发者

cakephp multiple find conditions

开发者 https://www.devze.com 2023-02-23 07:00 出处:网络
I want to find with multiple conditions using CakePHP Find All results and matching some more conditions from HABTM table, I want to again search the result with more applied / changed parameters.

I want to find with multiple conditions using CakePHP Find All results and matching some more conditions from HABTM table, I want to again search the result with more applied / changed parameters.

So a开发者_开发技巧ny idea, or a better way suggestions for doing the same?

Will Appreciate your ideas/views.

Thanks !


iamtheladylegend,

You would simply set up your findall according to the book. Once your find is returned, you have data in a form, which you can use exactly as a generated edit() does. Now you change the search parameters and re-send with the already obtained output as new input.

0

精彩评论

暂无评论...
验证码 换一张
取 消