I am having some difficulty getting my head around something I'd like to do in Cake. I'm not really sure if what I want to do it the 'right' thing.

I have a file of "Loads" - data that I have loaded into my db for either a particular time period or analysis approach.

Each "Load" consists of Invoice records with a key field matching the "Load" key. Since the Date of the load is the only peice of information contained in the "Load" record - I wouldn't think that a join relationship would be efficient. I would like to pass the Load key as a parameter to the Invoice Controller and use the Load# in the findall() function in the controller. But along these lines I am unsure of how to pass the parameter to the Invoice controller correctly.

Does this make sense? Or am I just making extra work for myself? Can anyone provide any guidance?

Geoff


--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to