묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
중복 배열에서 원하는 값 바로 가져오기
2011.07.12 19:17
debug_backtrace();
함수를 이용해 다음과 같이 페이지 정보를 뽑았는데요
원하는 값은 [browser_title] => 연습 인데 이걸 한번에 바로 뽑아 올 수 없을까요?
Array
(
[0] => Array
(
[file] => C:\APM_Setup\htdocs\modules\opage\opage.view.php
[line] => 112
[function] => include
)
[1] => Array
(
[file] => C:\APM_Setup\htdocs\modules\opage\opage.view.php
[line] => 42
[function] => executeFile
[class] => opageView
[type] => ->
[object] => opageView Object
(
[path] => ./gis/signal/input.php
[cache_file] => ./files/cache/opage/5985.cache.php
[caching_interval] =>
[mid] => testpage
[module] => opage
[module_srl] => 5985
[module_info] => stdClass Object
(
[module_srl] => 5985
[module] => opage
[module_category_srl] => 819
[layout_srl] => 931
[use_mobile] => N
[mlayout_srl] => 0
[menu_srl] => 156
[site_srl] => 0
[mid] => testpage
[skin] =>
[mskin] =>
[browser_title] => 연습
[description] =>
[is_default] => N
[content] =>
[mcontent] =>
[open_rss] => Y
[header_text] =>
[footer_text] =>
[regdate] => 20110701163540
[path] => ./gis/signal/input.php
[_filter] => insert_opage
[module_type] => view
)