Posts by lopesjpaulo • 13 points
5 posts
-
0
votes1
answer845
viewsQ: Empty object array
I have a problem creating an array of objects. I have a function that makes an ajax request and inserts objects inside an array in a looping. It turns out that within the request Success, the array…
javascriptasked lopesjpaulo 13 -
0
votes1
answer32
viewsQ: Update site Symfony2
good morning. I’m modifying a site made in Symfony2 and I’m having difficulty editing content. I take one of the files. Twig of the server that corresponds to the index or to one of the parts of the…
-
0
votes0
answers125
viewsQ: Rescue controller data in multiple views
I’m developing a website in Codeigniter in which all pages must have a footer dynamic with data coming from the bank. I charged the view footer (I created a controller footer) in the controller…
-
0
votes0
answers318
viewsQ: Encrypt Codeigniter database
good night. I took the boat riding here at the company I joined to continue a system for a company, in Codeigniter connected with a Sqlserver database. My knowledge of Sqlserver and servers is…
-
1
votes3
answers75
viewsQ: Conditional for registration selection
am with a question for selecting a record from a table and would like a help. An example of the structure of the following table: idhistorico_professional | idprofessional | funcao | inicio | final…