Stefano D. Mtangoo

Results 184 comments of Stefano D. Mtangoo

@loostro If I happen to have a Billion IDs will there be a collision with your library?

Here is my initial implementation of CMake. It is still rudimentary and supports only building library, not test nor example for now. Since it might be too long before I...

Hi, I don't expect full statement but rather building blocks. For example from Select I can get the table and columns. That's enough to build Select statement. In where I...

OK I will put exhaustive explanation when at home!

I think add clear method will make things better. Else that solves it!

>Do we need a method that does that? Definitely! For example I have Vuejs Component that is reactive to data changes. I want to be able to do two things:...

I was thinking about forking ember's rental store and make Yii2 API as BE. unfortunately I don't have any time in hand currently. But someone can pick that and make...

@gigo6000 Explaining what you want exactly will get you quick help. Assuming Yii2 and REST are not your problem here

I think you are almost there. According to docs, you need to do one more thing for the controller and two things on the models: On Controller define public attribute...