示例#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");
 }