Posts by André Cavalhieri • 75 points
5 posts
-
3
votes4
answers9996
viewsQ: Modal Bootstrap on Modal by JS
Good afternoon, I saw several examples on the internet of a modal opening over another modal with the bootstrap, but none of them using javascript. There is no way to open a modal over the other…
-
1
votes2
answers93
viewsQ: Insert null into a Doctrine relationship
I have a table of votes and a table of users, where for each vote entered the user can or can not be identified (relationship one-to-Many). In case the user does not identify, how do I insert NULL…
-
1
votes1
answer270
viewsQ: Self relationship Doctrine
I’m using Doctrine, and now I have the following problem. I am making a register of menus system, where the same can have several "children" and their "children" can also have "children", and so on.…
-
1
votes1
answer777
viewsQ: Doctrine - One-To-Many Relationship
Good afternoon! I’m in a relationship with Doctrine and I have a question. I have 2 tables in my database, the Log table and the Log details, where 1 log can contain multiple records referenced to…
-
1
votes1
answer63
viewsQ: Capture messages update automatically in front-end
I would like to know how the process of capturing updates of messages and posts (back-end) is done automatically by the font-end (Like the one performed by facebook). Anyone have any idea? This is…