Open bituka opened 11 years ago
Notice: Undefined offset: 0 in /opt/lampp/htdocs/asanatime/AsanaApi.php on line 66
I changed "$castIntoArray = (array)$resultJson->data->projects[0];"
to this
"$castIntoArray = (array)$resultJson->data;"
and the error message got lost. I am not good in PHP, please tell me if it my solution is correct.
Notice: Undefined offset: 0 in /opt/lampp/htdocs/asanatime/AsanaApi.php on line 66
I changed "$castIntoArray = (array)$resultJson->data->projects[0];"
to this
"$castIntoArray = (array)$resultJson->data;"
and the error message got lost. I am not good in PHP, please tell me if it my solution is correct.