18-6
上課範例:include/onInstall.php
03 | function xoops_module_install_tad_note(& $module ) { |
04 | mk_dir(XOOPS_ROOT_PATH. "/uploads/tad_note" ); |
05 | mk_dir(XOOPS_ROOT_PATH. "/uploads/tad_note/file" ); |
06 | mk_dir(XOOPS_ROOT_PATH. "/uploads/tad_note/image" ); |
07 | mk_dir(XOOPS_ROOT_PATH. "/uploads/tad_note/image/.thumbs" ); |
12 | function mk_dir( $dir = "" ){ |
14 | if ( empty ( $dir )) return ; |