00001 <?php 00028 class zigModel extends zCore{ 00032 var $ormList = array(); 00033 00039 function attachOrmMap($mapName){ 00040 $this->ormList[] = $mapName; 00041 } 00042 } 00044 ?>