Hello.
I'm relatively new to CakePHP, although I have fiddled around and got lots of little things working this is my first time on any decent sized project. Currently I'm using the index action of a Jobs controller to list all jobs and send it to the index view. The view file then does a quick foreach() and prints out some data. I need to perform a fairly complex operation on one column for each row, which involves data from another controller. To my knowledge it is not possible to access a controller from a view - especially a controller that is different from that which is calling the view. Does anyone out there have any suggestions as to how I might accomplish this? Thanks in advance for your time. kez. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
