3

I am waiting for Lithium PHP framework's final release (1.0). Especially features like model joins and relationships.

Is there any publicly available info on when this release is expected?

Thanks!

skaffman
  • 398,947
  • 96
  • 818
  • 769
Ishan
  • 31
  • 2

3 Answers3

1

They have released database relationship (albeit basic, no HABTM as of yet) functionality on the x-relationships branch.

You can check out the source code here.

There is also a blog post explaining it, check it out here

If this isn't complete enough for you, you can always check out another ORM such as doctrine and load it via Libraries::add.

Additionally if you have questions about releases you can always check out the #li3 IRC channel on freenode, usually a couple of core developers floating around.

Stoosh
  • 2,408
  • 2
  • 18
  • 24
0

I'd suggest you ask them on their IRC channel: irc://irc.freenode.net/#li3

Wukerplank
  • 4,156
  • 2
  • 28
  • 45
0

You can download the public releases from the link below;

http://dev.lithify.me/lithium/versions

RobertPitt
  • 56,863
  • 21
  • 114
  • 161