Posts by FS Developer • 11 points
2 posts
-
-1
votes2
answers109
viewsA: Help me write this code correctly
You can send the product to view in object format, it is easier for you to work. Adapted your code I would do something like this: $productObj = (object) $product; print("<div…
-
1
votes1
answer165
viewsQ: Web Service for Android app
I have a question. Assuming I have a web service saving the data in Mysql, this service is responsible for feeding an Android app. The user accessing the app will sync the data to the device’s local…