j4mie / paris

A lightweight Active Record implementation for PHP5, built on top of Idiorm.
http://j4mie.github.com/idiormandparis/
996 stars 131 forks source link

Associations? #1

Closed jordanlev closed 13 years ago

jordanlev commented 14 years ago

Are associations on the roadmap? If so, what level of complexity are you shooting for? etc.

jordanlev commented 14 years ago

j4mie mentioned via email that associations ARE on the roadmap but that it needs to be thought through before coding starts. (This Issue thread is where some of that thinking can take place, btw).

jordanlev commented 14 years ago

Food for thought: links to associations implementations in other php AR libraries:

j4mie commented 13 years ago

Hi,

After much thought about the best way to do this, I have finally added support for associations to Paris. Please take a look at the documentation, try it out, and let me know what you think.

Jamie

jordanlev commented 13 years ago

I have read through the documentation, and it looks like a perfect fit for this library. I'll go through the code and test it out when I have more time, and report any bugs I find.

BTW, your documentation is all-around fantastic -- clear and concise, very readable -- definitely a great "feature" of paris and idiorm!