FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » how change an array
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
how change an array [message #183700] Fri, 15 November 2013 12:23 Go to previous message
nawfer is currently offline  nawfer
Messages: 34
Registered: August 2011
Karma:
Member
with this
1)
foreach($models as $md)
{$articles[] = array($md->id,$md->name);}

I have
Array ([0] => Array ([0] => 4 [1] => Libri )
[1] => Array ( [0] => 2 [1] => Riviste )
[2] => Array ( [0] => 1 [1] => Giornali ) )


how can change code 1) for have this:

Array ( [4] => Libri
[2] => Riviste
[1] => Giornali )
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IT company looking for skilled resources
Next Topic: detecting refresh versus initial page load.
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 03 12:47:59 GMT 2024

Total time taken to generate the page: 0.09959 seconds