RabbitORM - ORM based on Eloquent and Doctrine for CodeIgniter 3 |
I made changes in fork of an ORM based on Eloquent to meet the needs of a project, and I decided to create a new project and open it.
The RabbitORM is based on Eloquent and will support annotations (in next release - for now only the annotation @Entity is supported). Suggestions and contributions are welcome, today launched the first release. I am actively working on the project and it is fully functional. https://github.com/fabiocmazzo/rabbit-orm (06-07-2016, 07:32 PM)fabiomazzo Wrote: I made changes in fork of an ORM based on Eloquent to meet the needs of a project, and I decided to create a new project and open it. I was reading the documentation and I am missing one thing. The examples cover relationships on retrieving database data. What about the write operations? Say, I want to save an article with tags. Would I have to make two save() calls, one for the article, and another for the tags, or can I do it with one call?
I know this is old, but I just found out about RabittORM, is there an answer to this?
|
Welcome Guest, Not a member yet? Register Sign In |