Do you already have a schema going for different users? Then it's just a matter of creating a new table with id, user_id, recipient_id, title, and message; cake bake the model/controller/view - add some authentication and checks to ensure user_id is taken from a session, recipient ID as an ajax pre-filled form, the view only show's messages from your user_id etc.
On Jun 22, 10:24 am, Dilip Godhani <[email protected]> wrote: > Hello > > I want to developed messaging system like facebook > > can any once help me to design database scheme for in cake rule and how i > imaplement in cake > > Thanks > > -- > Dilip Godhani > Jr Software Developer, Entourage Solutions > e-mail: [email protected] > [email protected] > Web.:www.entouragesolutions.com > m. 9913822582 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
