Created
July 6, 2014 04:58
-
-
Save adrexia/c0377c79b3468e5be52f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$result = new ArrayList(); | |
foreach($dataList as $dataListItem) { | |
$result->push(new ArrayData(array( | |
'Title' => $Title, | |
'Othervalue' => $something | |
))); | |
} | |
return $result; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment