Posts by Roni Sommerfeld • 78 points
4 posts
-
2
votes1
answer93
viewsQ: Using Prototype on JS
I am in need of a help in the use of Prototypes, I want to organize and maintain a cleaner code and can reuse my classes at other times... And in the research the use of Prototype seems to be…
-
0
votes1
answer468
viewsQ: OCI8 in PHP 7 on Linux
I’m in a bit of a pickle.. I have a server running Debian and installed Apache and PHP 7, but I am having problems activating the Oracle Oci8 connection, I followed this tutorial Installing until…
-
2
votes1
answer1233
viewsQ: Left Outer Join does not bring Null values
I have two tables: formulario_campo ( cod_campo, descricao, cod_formulario ) Filled with the following values - input_nome, Nome, 1 - input_sexo, Sexo, 1 The second table: —…
-
2
votes2
answers987
viewsA: Phonegap Build how to change Cordova version
Yes, just update the version of your Cordova. Actually you are using the right Phonegap? I recommend you create your projects via command line, in my opinion it is better. Install Node.js and then…