It makes a lot more sense to book the description of the book in the
books table, don't you think?

On Dec 23, 12:10 pm, Web Developman <jhona...@gmail.com> wrote:
> hi
>
> i need save an aditional field in join table, but don't find an
> complete example that showing the correct way to do.
>
> the question is as follows:
>
> I have three tables as follow:
>
> authors (id, name, lastname, nationality)
> books (id, title)
> authors_books(author_id, book_id,description) // Join Table
>
> description is a extra field in the join table that I want to save,
> when save an new author.
>
> for their help I will stay very grateful

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 cake-php@googlegroups.com
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?hl=en

Reply via email to