Posts by Vinicius Dias • 156 points
4 posts
-
2
votes1
answer81
viewsA: class does not load outside of require using autoload
In your original code you don’t have the statements use. In order for you to enter a class, or its full name (namespace + class name) must be used, or you must use the use to use only the class name…
-
0
votes3
answers536
viewsA: Retrieve from the database the "data-*value" attribute of a field through jquery
You can pick through var valor = $("#estornadoEditar").val(); var descricao = $("#estornadoEditar").data("descricao");
-
0
votes0
answers27
viewsQ: What is the difference between Casse obj; and Class* obj = new Class(); in C++?
I know that using Class obj; I’m storing obj in Stack and with Class* obj = new Class(); I’m storing in Heap. But in practice, what’s the difference?
-
2
votes1
answer338
viewsQ: How to advertise on my Firefox OS app
I’ve created some HTML5 apps for Firefox OS, but I can’t place advertisements to monetize it. Is there any tool for it?