On Jan/22, Thiago Silva wrote:
> Hi,
> 
> How can I create a fixture for a HABTM table?

Imagine an app where users are linked together (friendship): you should have
a Model named `UsersUser' and the fixture `UsersUserFixture'. At this point
inside your tests you should be able able to use the fixture using the name
'app.UsersUser'.


Cheers,
Matteo

> I have tried everything but my tests always say the table is missing.
> 
> Thanks,
> Thiago
> 
> -- 
> Our newest site for the community: CakePHP Video Tutorials 
> http://tv.cakephp.org 
> Check out the new CakePHP Questions site http://ask.cakephp.org and help 
> others with their CakePHP related questions.
> 
> 
> 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
> 

-- 
http://www.matteolandi.net

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


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

Reply via email to