Posts by Robert Vitoriano • 15 points
4 posts
-
-1
votes1
answer26
viewsQ: I am unable to iterate the array
I would like to popular this array with the Category object I get when I query findById. But the variable loggedUserCategories appears as an empty array in Sponse , however, I can visualize the…
-
-1
votes1
answer22
viewsQ: How to iterate an array a certain number of times in PHP in Codeigniter?
I have 2 arrays, a blank( let’s call tenStatesArray) that I want to contain 10 values and another containing 26 values( let’s call statesArray). How to pass the first 10 elements of this array…
-
0
votes1
answer76
viewsQ: How to check if a mysql database table already exists with codeigniter4?
How to check if a certain Mysql database table already exists with codeigniter 4, and if it does not exist, create this table ?
-
0
votes1
answer234
viewsQ: I’m not getting the token with Asyncstorage in React Native
I tried to use async/await and it didn’t work either. So I tried with callback. At first I can see the token with console.log(item), however console.log(token) returns undefined. How can I get the…