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_EXPLICIT.DRS."orm".DRS."init.php")){
00006 perror("CRITICAL ERROR: <BR />can not Include the ORM Initializer");
00007 }
00008
00009 if(!include_once(ZIGROOT.DRS.MOD_KEY_NAME_EXPLICIT.DRS."orm".DRS."CodeGen".DRS."class-gen.php")){
00010 perror("CRITICAL ERROR: <BR />can not Include ORM Code Generator");
00011 }
00012 ?>