モジュール作成前項
前準備で作成したコマンド・ファイルにより、
雛型モジュールとして、
helloを作成する。
雛型モジュールには simple normal full があるが、
ここでは
simpleを指定する。
$ nc2.sh module hello simple
webapp/modules/hello/ 以下に下記の10個のファイルが生成される。
install.ini
files/css/default/style.css
files/js/default/helloworld.js
language/japanese/main.ini
language/japanese/modinfo.ini
templates/default/hello_view_main_init.html
templates/default/hello_script.html
view/main/init/Init.class.php
view/main/init/maple.ini
view/maple.ini
次は、これらのファイルを順に見ていく。