remote object? result="myfunction(event)"

private function myfunction(resulte:resultEvent):void
{
yourArrc = new arrayCollection(ArrayUtil.toArray(resulte.result))
or
mydg.dataprovider = resulte.result (and no variable on "dataprovider")
}

<dg id="mydg" dataprovider="{yourArrc}" />


--- In [email protected], "adeelafsar" <adeelaf...@...> wrote:
>
> i have a data grid in my application and am pulling data from a MYSQL
> DB using php. is there a way to store all that data into an array and
> pass it to a function or is it possible to just store the data
> directly coming from php into an array
>


Reply via email to