<?php
class ExchangeModel extends ViewModel {
   public $viewFields = array(
     'Exchange'=>array('id','mid','intid'),
     'Info'=>array('title'=>'Info_name', '_on'=>'Exchange.id=Info.id'),
   );
 }
?>一直报Allowed memory size of 134217728 bytes exhausted (tried to allocate 86 bytes)
错误,,,郁闷啊