Found a solution; http://www.sitepoint.com/forums/showthread.php?p=4381257
--~--~-~--~~~---~--~~
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
Anybody? Pretty please?
--~--~-~--~~~---~--~~
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.
Hi,
I've got a problem with a unit test retrieving REAL data, where I need
to be using fixture data. I'll explain by way of example.
- Model Widgets has a method abc().
- Widget->abc() retrieves data from another model, Shapes. The 2
models are NOT joined by any table relationships. The Shap