Adrian Voicu

Results 41 comments of Adrian Voicu

Try to use the longer versions of relationship definitions and tell me what happens.

Shouldn't it be ``` php $this->the_model->with_eventos('fields:*count*')->... ``` ?

In my tests work very good. how many records do you want returned?

I don't think this is a MY_Model issue. Hence, I will close this. Sorry.

That would be a great addition... unfortunately I haven't implemented it yet.

You can do whatever you wish. I won't do this, because it seems to be a particular use case. It is weird that you are not able to have a...

Hello. you can now try to pass an array as limit to the get_log method (```get_log($user_id = NULL, $code = NULL, $date = NULL, $order_by = NULL, $limit = array($start,$limit))```)....

this would only work for database rat

Nope. No plans on extending... :)

Can't you do a ```sizeof($this->upload->data())```? Or what is your question?