I would create an Image model, and associate it with a Project (i.e. a Project hasMany Images, an Image belongsTo a Project, relating the two based on project id).
On Aug 9, 12:51 pm, murtada <[EMAIL PROTECTED]> wrote: > Hi, > > I am not sure how to best go about doing this. I have a model called > "Project", each of which will have a set of images or pictures > associated with them. > > How would I create the admin side for project? I would have to upload > multiple images, then store them somewhere, etc. > > A brief step-by-step direction would be greatly appreciated. > > Murtada --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
