示例#1
0
文件: builder.php 项目: promoso/HVAC
 /**
  * Obtains a reference to the fields array for this table.
  */
 function &fields()
 {
     if (isset($this->table)) {
         $fields =& $this->table->fields();
     } else {
         $fields =& $this->fields;
     }
     return $fields;
 }