[FX.php List] Re: FX.php_List Digest, Vol 14, Issue 16

Anthony Talo alatalo at chartermi.net
Thu Sep 29 12:06:24 MDT 2005


> is this more 'elegant'?
>
> <?php
> $sec_array = ($recordData['SELF_scimage::Image_Number']);
> echo implode('<br />',$sec_array);
> ?>
> oops, i forgot you can remove the array assign step to make it a 
> oneliner:
>
> now, that's elegant and readable.
>
> <?php
> echo implode('<br />',$recordData['SELF_scimage::Image_Number']);
> ?>
>

Dan,
Wow! that's realy cool - I really need to get my head wrapped around 
arrays...

Thanks!

Tony



More information about the FX.php_List mailing list