cake creates a model for the join table, which you can use just like
any other model.
take a look here, hopefully it'll help:

http://teknoid.wordpress.com/2008/07/03/notes-on-cakephp-habtm-part-1-the-basics/

On Oct 28, 7:11 am, nomex <[EMAIL PROTECTED]> wrote:
> Hello, i have a DB Design like this
>
> Table: Users (id, ....)
> Table: Files (id,...)
> Table files_users(id, user_id, voucher_id)
>
> now i want to extend the files_users table with folowing fields:
> uploaded and viewed (each a datetime)
> how can i do this? didn't know where to start!
>
> thanks for your help!
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to