00001 <?php 00030 $__ZigOrm = new stdClass();//Initialize the Global Object That holds The ORM Maps 00031 $__ZigOrm->connections = array();//Initiliaze the array of Connection resources 00032 $__ZigOrm->dataDict = new stdClass();//Holds the list of real Table name and columns along with their Alias names 00033 $__ZigOrm->dataDict->tables = array();//Holds the list of real Table names and their Alias names 00034 //$__ZigOrm->dataDict->columns = array();//Holds the list of real Column names and their Alias names 00036 ?>
1.5.6