예제 #1
0
파일: mpu.php 프로젝트: verbazend/AWFA
 public static function img_path($file, $base = "images/") {
   return MPU::path($base.$file);
 }
예제 #2
0
파일: mpc.php 프로젝트: verbazend/AWFA
 public static function incl($file, $base = "core/controller/mpc-") {
   include_once(MPU::path($base.$file).".php");
 }
예제 #3
0
파일: mpv.php 프로젝트: verbazend/AWFA
 public static function incl($file, $base = "core/view/mpv-") {
   include_once(MPU::path($base.$file).".php");
 }