• ベストアンサー
※ ChatGPTを利用し、要約された質問です(原文:php 変数の表示方法について)

php変数の表示方法について

このQ&Aのポイント
  • phpに関する質問です。CMS joomlaのモジュールで変数を表示したいが、具体的な記述方法がわからないです。
  • 変数の中の「写楽保介_ホアカバリキルマ」をテンプレート内に表示したいが、うまくいかないです。
  • 詳しい方、どうか教えてください!

質問者が選んだベストアンサー

  • ベストアンサー
  • ibara994
  • ベストアンサー率75% (9/12)
回答No.1

<?php echo $array_var["title"]; ?>

chiku-san
質問者

お礼

いろいろ調べて自己解決いたしました。 似たような質問が、こちらに書いてありました。 http://oshiete.goo.ne.jp/qa/3614100.html stdClass Objectは、クラスなのでこんな風にアクセスすれば、表示でいるんですね。 echo $module->title; ありがとうございました。

chiku-san
質問者

補足

ご回答ありがとうございました。 試してみたのですが、残念ながらダメでした。 省略していて分かりにくいのですが、["title"]という配列要素は、var_dump( $array_var )内に何度も出てきているので、そのせいかな…とも思います。 [以下続きの抜粋] ["excluded_articles"]=> string(0) "" ["date_filtering"]=> string(3) "off" ["date_field"]=> string(9) "a.created" ["start_date_range"]=> string(0) "" ["end_date_range"]=> string(0) "" ["relative_date"]=> string(2) "30" ["article_ordering"]=> string(4) "a.id" ["article_ordering_direction"]=> string(4) "DESC" ["article_grouping"]=> string(4) "none" ["article_grouping_direction"]=> string(5) "ksort" ["month_year_format"]=> string(3) "F Y" ["item_heading"]=> string(1) "4" ["link_titles"]=> string(1) "1" ["show_date"]=> string(1) "0" ["show_date_field"]=> string(7) "created" ["show_date_format"]=> string(11) "Y-m-d H:i:s" ["show_category"]=> string(1) "0" ["show_hits"]=> string(1) "0" ["show_author"]=> string(1) "0" ["show_introtext"]=> string(1) "0" ["introtext_limit"]=> string(3) "100" ["show_readmore"]=> string(1) "0" ["show_readmore_title"]=> string(1) "1" ["readmore_limit"]=> string(2) "15" ["layout"]=> string(17) "_:cus-jibanInfo01" ["moduleclass_sfx"]=> string(11) "jibanInfo01" ["owncache"]=> string(1) "1" ["cache_time"]=> string(3) "900" } } ["modeparams"]=> string(32) "e5cc6409aa9fcf959ddb7d4f0ed1fc52" ["cachegroup"]=> string(21) "mod_articles_category" } ["list"]=> array(3) { [0]=> object(stdClass)#378 (55) { ["id"]=> string(1) "9" ["title"]=> string(55) "手塚治虫の作品:3つ目がとおるの登場人物を分析" ["alias"]=> string(55) "手塚治虫の作品:3つ目がとおるの登場人物を分析" ["title_alias"]=> string(0) "" ["introtext"]=> string(279) "…(以下省略) うまく表示する方法をご教示頂けましたら幸いです! 何卒、宜しくお願い申し上げます。

関連するQ&A