Ich hab folgendes Array bekommen und muss es nun weiter bearbeiten... ich hab aber leider keine genaue Ahnung wie ich die einzelnen Felder ansprechen kann.
Bin für jeden Tipp dankbar...wie spreche ich z.B. alle Antworten eines questionunit Object an oder nur ein ganz bestimmtes einmaliges feld
Schonmal besten Dank
PHP-Code:
Array (
[0] => questionunit Object (
[arrAnswers] => Array (
[0] => Array (
[strAnswerText] => Antwort 1
[intState] =>
[intUserInput] => 0
)
[1] => Array (
[strAnswerText] => Antwort 2
[intState] =>
[intUserInput] => 0
)
[2] => Array (
[strAnswerText] => Antwort 3
[intState] =>
[intUserInput] => 0
)
[3] => Array (
[strAnswerText] => Antwort 4
[intState] => 1
[intUserInput] => 0
)
)
[strQuestionText] => Frage
[strMovieNameForFailure] =>
[intRank] => 1
[intUserInputSaved] => 1
)
[1] => questionunit Object (
[usw...]
)
)
Schonmal besten Dank
Kommentar