To expand on this... I almost figured out everything that I need to do to get my stuff working. The major problem I'm having now is with the parent_id. Is there anyway to retrieve the id by passing something like Department.1 (this would be the model and foreign_key, or alias)?
In the 1.1 version I could use an alias to set the parent, but that doesn't seem to work in 1.2. I didn't see anything in the API. I could write my own query to retrieve the data I want, but I was just wondering if cake requires the unique id be used to set the parent, is there not a way to retrieve that id? I did notice a getAro method in the API, but I couldn't figure out how to use it, so I don't know that it would do what I need. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
