コードで表示できる配列があります:
foreach($form->data as $key => $value){
echo 'Key is '.$key.' and Value is '.$value.'<br />';
}
そして、次の表示が得られます。
Key is language and Value is lv-LV
Key is Itemid and Value is 114
Key is option and Value is com_content
Key is pumpis_1 and Value is 1
Key is lietussargs and Value is 2
しかし[Itemid]
、この場合の値のみを表示する必要があり114
ます。どうすればよいですか? ありがとう!レイヴィス