kamov

Results 37 comments of kamov

Do you mean that if I don't specific nothing, the video is saved on the same folder? That is fine for me.

When failed? Return or generate a message with errors?

Thanks for your reply! Can you tell me about ORM ? I read here on some issue about join many tables, you said 5 - 10 tables can cause slow....

can we do this using string like you suggest on other post ? something like: ->join('role', 'ON role.id = user.id AND role.id = 100')

Maybe you could add a generic executeRawQuery() for complex query.

Oh perfect, thanks!

Forgot, this will also work: ->join('role', 'ON role.id = user.id AND role.id = 100') ?

strange, I have posted here more reply.. seem disappear..

I will write again my previous posts, there was many more info, so I will make this time short. I would like to fix charset for all type of database...

Thanks for your reply. Yes I understand this. However I am trying to allow my application to work with different database engine. So I initizialize the database in this way:...