• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

PHP data to ArrayCollection

Guest
Nov 22, 2011 Nov 22, 2011

Copy link to clipboard

Copied

Hi all

Need some help here. Im pretty new to the PHP Flex party and I am stuck on something so stupid. I have followed the basic CRUD tutorials on http://www.adobe.com/devnet/flex/flex_php.html and all works perfectly. My grid updatates and its all dandy. Now all I want to do is have that data in a ArrayCollection and not a data grid.

Any help eould be greatly apretiated

TOPICS
PHP

Views

958

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Nov 30, 2011 Nov 30, 2011

If your php service return an array, take a look at ResultEvent.RESULT listener in flex, event.result should be ArrayCollection.

Votes

Translate

Translate
Guest
Nov 23, 2011 Nov 23, 2011

Copy link to clipboard

Copied

Let me change the question a tad.

All I want to do is pull MySQL data from a php page into an arrycolection in flex.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 30, 2011 Nov 30, 2011

Copy link to clipboard

Copied

If your php service return an array, take a look at ResultEvent.RESULT listener in flex, event.result should be ArrayCollection.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Dec 01, 2011 Dec 01, 2011

Copy link to clipboard

Copied

LATEST

Thank you devomatic stummbled onto this salution a few days ago but thank you

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines