Posts by Laercio Nunes • 113 points
8 posts
-
0
votes0
answers23
viewsQ: Error in Carousel React-Native
Good People, I’m trying to implement Carousel using React-Native-Anchor-Carousel, when I do with still images, I create an array by passing the images and it works 100%, but when fetching these…
-
2
votes3
answers336
viewsQ: Catch Fatherless Children in a MYSQL hierarchical structure
I have a table with the following structure |id|parent_id|name| At some point, due to a programming error, some parents were erased and their children remained. So I need to create a query to fetch…
mysqlasked Laercio Nunes 113 -
1
votes0
answers47
viewsQ: Format PHP Function Return
Person I have the following database structure: id | parent_id | username Where a father can have n children and these children generate n children, this structure is already working, what I need is…
-
1
votes0
answers59
viewsQ: Mount object tree
I need to Mount a php object tree, where I have for example: id | parent_id | nome | telefone | email from the past id I search and mount all the tree from that idPai (int) 0 =>…
-
1
votes1
answer241
viewsQ: Print Javascript Object
I have this return in JS, and I would like to print the messages like this: Email é Obrigatório! Limite de Testes é obrigatória! ... and so on. The problem is that in the middle of the return on…
-
-1
votes1
answer106
viewsQ: Level PHP Array
I need to put this array all on the same level, I tried that way, but I couldn’t leave everyone on the same level, it goes down the input, output and the code I tried. Entree [ (int) 0 => [ 'id'…
-
2
votes1
answer153
viewsQ: Create PHP Infinite Menu
I’m trying to create an infinite menu, I’ve assembled the object the way I need to, but I can’t print it. It must be something like this: User User > User1 User > User2 User > User2 >…
-
1
votes1
answer43
viewsQ: Jquery does not execute in content loaded with the . load() function
I’m trying to load a page using the Jquery function. load(), I use a modal to display the content on the main page, the problem is that within the modal has some functions that depend on jQuery…