Posts by Evandro Schultz • 46 points
4 posts
-
2
votes1
answer1165
viewsA: php function calling return from another function
I think that for a better understanding it would be better to receive this value before the function call: $retorno = $this->insereCodigo($em); or so, but I don’t know if it works:…
-
0
votes1
answer73
viewsQ: Save user id automatically to entities with Doctrine
I use Doctrine 2 to map my system’s database. Most entities have a foreign key pointing to an entity "account". When a user logs into the system, I add their account id to a session variable. Then I…
-
0
votes1
answer35
viewsQ: Form added to page
I have a javascript function that loads Formulars from XML files. The files contain only forms codes, inputs, selects, etc... This data is dynamically loaded to a page via the jquery load()…
-
1
votes1
answer860
viewsQ: problem with "inspect element"
Friends; I am developing an application and have a manager where I list the database records. The information is arranged in a table and I have a checkbox for selecting the records that can be…