Ejemplo n.º 1
0
 /**
  * 接收从actions层传入的数组
  * @param  array $ret 返回信息数组
  */
 public function assign($ret = '')
 {
     self::setTemplate($ret['type']);
     self::$_data = array_merge(self::$_data, $ret['data']);
 }