コード例 #1
0
ファイル: gantry.php プロジェクト: janssit/www.casaiberico.be
 /**
  * @param  string $path the gantry path to the class to import
  * @return 
  */
 function gantry_import($path)
 {
     require_once realpath(dirname(__FILE__)) . '/core/gantryloader.class.php';
     return GantryLoader::import($path);
 }
コード例 #2
0
ファイル: gantry.php プロジェクト: rkern21/videoeditor
 /**
  * @param  string $path the gantry path to the class to import
  * @return 
  */
 function gantry_import($path) {
     return GantryLoader::import($path);
 }