Add krzip module

This commit is contained in:
Kijin Sung 2016-01-05 09:55:33 +09:00
parent 1a8b5c8b29
commit 7bef97f170
26 changed files with 1611 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<module version="0.2">
<title xml:lang="ko">한국 우편번호</title>
<description xml:lang="ko">공개 API를 이용해 우편번호 검색 서비스를 이용합니다.</description>
<version>1.8.0</version>
<date>2015-03-10</date>
<author email_address="developers@xpressengine.com" link="http://www.xpressengine.com/">
<name xml:lang="ko">NAVER</name>
</author>
</module>

View file

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<module>
<actions>
<action name="dispKrzipAdminConfig" type="view" menu_name="krzip" menu_index="true" admin_index="true" />
<action name="procKrzipAdminInsertConfig" type="controller" ruleset="krzipConfig" />
<action name="dispKrzipSearchForm" type="view" />
<action name="getKrzipCodeList" type="model" />
</actions>
<menus>
<menu name="krzip" type="all">
<title xml:lang="ko">한국 우편번호</title>
</menu>
</menus>
</module>