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.
精彩评论