mongolid icon indicating copy to clipboard operation
mongolid copied to clipboard

Easy, powerful and ultrafast ODM for PHP and MongoDB

Results 24 mongolid issues
Sort by recently updated
recently updated
newest added

I'm studying mongolid following the documentation. Right at the beginning, in the installation step, I believe I found a bug when configuring the Connection in Connection\Manager. Seems to be a...

Looks like this does not work anymore: http://leroy-merlin-br.github.com/mongolid

bug

Hello i need do paginate of data, but i don't know how use, have a fillable fields feature on model to ?

question

Baseando-me em: https://github.com/leroy-merlin-br/mongolid/pull/60 Implementei e testei, com essas modificações é possível definir diferentes bancos de dados para as collections, na mesma conexão. Exemplo: ```php

It would be good to have a way to "refresh" a model with the database, e.g. `$model = $model->first($model->_id);`

enhancement