Posts by Julio Vedovatto • 87 points
4 posts
-
1
votes2
answers209
viewsQ: Organize multidimensional array in javascript, preventing the next item from having the same type as the previous one
I have a logic problem here. Let’s see if you can help, because I’m burning neurons here and I haven’t found a starting point. I have an array of objects and need to organize it in a way that the…
-
2
votes1
answer153
viewsQ: Advanced sorting of array items
I have an advanced report, which in the end processes the classification of the items, based on their score: // Variável $relatório contém dados levantados e calculados em blocos para N itens. Cada…
-
2
votes1
answer410
viewsQ: Loading two classes with the same name
In a legacy system, I have a situation where 2 classes have the same name. One legacy version and another recent one (using MVC framework). There are cases that in the new version of the class I…
phpasked Julio Vedovatto 87 -
0
votes4
answers964
viewsQ: How to do advanced data filtering across multiple fields?
I have a table from which I need to get results varying by certain user data: I need to return the rows where each column or hit with the respective user parameter or is empty (null). Consider as…