rhymix/modules/admin/tpl
Kijin Sung 586f010f55 Allow passing an array of keys/values to getUrl()
getUrl()을 호출할 때 파라미터 이름과 파라미터 값을 풀어서 각각의 파라미터로
넘길 필요 없이, 하나의 연관배열로 넘길 수 있도록 허용합니다.

    $args = array(
        'mid' => $mid,
        'document_srl' => $document_srl,
    );

    getUrl($args);

이 문법을 사용하면 맨 앞에 빈 문자열을 넘겼을 때와 마찬가지로 기존의 URL
파라미터들은 모두 초기화됩니다. 즉 아래와 동일한 효과입니다.

    getUrl('', 'mid', $mid, 'document_srl', $document_srl);

기존의 URL 파라미터들을 남겨놓으려면 기존 방식대로 풀어서 써야 합니다.
2020-05-18 19:41:06 +09:00
..
css 관리자 페이지의 상단 여백 제거 2018-08-20 16:46:05 +09:00
filter #19709334: FTP 포트 기본 값(21번) 적용 되도록 JS filter 수정, 포트 2011-04-23 04:32:05 +00:00
img Fix #481 Missing flag in Japanese language display 2016-05-05 16:38:48 +09:00
js Fix #1234 2020-02-12 23:17:32 +09:00
_admin_common.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
_dashboard_counter.html Fix #1281 2020-05-04 08:29:20 +09:00
_dashboard_default.html Fix #1281 2020-05-04 08:29:20 +09:00
_footer.html Use escape more consistently 2018-10-10 15:07:51 +09:00
_header.html Allow passing an array of keys/values to getUrl() 2020-05-18 19:41:06 +09:00
admin_setup.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
config_advanced.html Fix cache select box displaying 'apc' if no config exists 2020-05-17 00:26:17 +09:00
config_debug.html Fix #1225 clarify when error log is written 2020-03-23 01:30:59 +09:00
config_domains.html Fix incorrect escape in domain list screen 2018-10-17 08:47:23 +09:00
config_domains_edit.html Fix #1288 support meta keywords and description per domain 2020-05-17 21:38:37 +09:00
config_ftp.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
config_header.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
config_notification.html Enable SSL by default when SMTP is selected as a sending method 2020-03-23 17:49:17 +09:00
config_security.html Implement SameSite cookie policy 2020-04-21 22:39:10 +09:00
config_seo.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
config_sitelock.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
favicon_upload.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
index.html Allow passing an array of keys/values to getUrl() 2020-05-18 19:41:06 +09:00
layout.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
popup_layout.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00
server_env.html Apply autoescape to admin module templates 2018-10-10 15:24:10 +09:00