Yoan B Fri Dec 10 11:20:22 -0500 2010

Subject: has_many/has_one through with namespaced model

Hi,
I'm using PHP-AR within Lithium and have trouble using "through" because of the namespace I guess. I'll try to build a test case for this, in the meantime has everyone found a solution for this?
Thanks!
EDIT: apparently it works… I have to find out why it doesn't in my app' http://pastie.org/1365630


Yoan B Mon Dec 13 03:46:36 -0500 2010

Okay, this doesn't work with CamelCase model… http://pastie.org/1372292

EDIT: renaming UserNewsletter to Usernewsletter (produce the same result) sadly…

Yoan B Mon Dec 13 04:13:01 -0500 2010

Should I open an issue on GitHub? How can I write a test case for that that I can push on a branch on GitHub?

Yoan B Wed Dec 15 03:42:51 -0500 2010

There you go: https://github.com/kla/php-activerecord/issues/issue/101

Jacques Fuentes Wed Jan 05 21:06:32 -0500 2011

This should be resolved with this commit: https://github.com/kla/php-activerecord/commit/d8d140dbfa7a8b80c8b47debe2c6936b9f240a1d

(1-4/4)