コード例 #1
0
ファイル: PathTest.class.php プロジェクト: adrianmm44/zcale
 static function main()
 {
     zcale_Core::boot(_hx_qtype("zcale.tests.PathTest"), array(new _hx_lambda(array(), "zcale_tests_PathTest_0"), 'execute'), null);
 }
コード例 #2
0
ファイル: Core.class.php プロジェクト: adrianmm44/zcale
 static function bootModules($mainClass, $modules, $onComplete, $onError = null)
 {
     zcale_Core::boot($mainClass, array(new _hx_lambda(array(&$mainClass, &$modules, &$onComplete, &$onError), "zcale_Core_2"), 'execute'), array(new _hx_lambda(array(&$mainClass, &$modules, &$onComplete, &$onError), "zcale_Core_3"), 'execute'));
 }