00001 <?php
00002 if(!isset($init['error']) || !$init['error']){
00003 echo "\n\n<br />error reporter has not been initiliazed But all the Packages depends on It Plese fix this Problem else Zigmoyd cant Show Errors Properly<br />\n";
00004 }
00005 if(!include_once(ZIGROOT.DRS.MOD_KEY_NAME_INTERNAL.DRS."app".DRS."app_helper.php")){
00006 perror("CRITICAL ERROR: <BR />can not Include the MVC Application Helper");
00007 }
00008 if(!include_once(ZIGROOT.DRS.MOD_KEY_NAME_EXPLICIT.DRS."app".DRS."zigController.php")){
00009 perror("CRITICAL ERROR: <BR />can not Include the MVC Controller Class");
00010 }
00011
00012 if(!include_once(ZIGROOT.DRS.MOD_KEY_NAME_EXPLICIT.DRS."app".DRS."zigModel.php")){
00013 perror("CRITICAL ERROR: <BR />can not Include MVC Model Class");
00014 }
00015 if(!include_once(ZIGROOT.DRS.MOD_KEY_NAME_EXPLICIT.DRS."app".DRS."zigRowSet.php")){
00016 perror("CRITICAL ERROR: <BR />can not Include ORM RowSet Class");
00017 }
00018 ?>