When is the release of lithium flash infrastructure 1.0 expected?

I expect the final release of the PHP lithium framework (1.0). Especially features like union models and relationships.

Is there publicly available information on when this release is expected?

Thank!

+3
source share
3 answers

They released the database connection (albeit basic, but not yet HABTM) in the x-relationship branch.

You can check the source code here .

There is also a blog post explaining this, check here

If this is not enough for you, you can always check out another ORM, such as a doctrine, and download it through Libraries::add.

, , IRC #li3 freenode, , , .

+1

IRC: irc://irc.freenode.net/#li3

0

You can download public releases from the link below;

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

0
source

All Articles