-1

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 any idea, or a better way suggestions for doing the same?

Will Appreciate your ideas/views.

Thanks !

Aditya P Bhatt
  • 21,431
  • 18
  • 85
  • 104

1 Answers1

0

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.

benjamin
  • 2,185
  • 1
  • 14
  • 19