Пример #1
0
 public function getInsertBrowseStatisMongo()
 {
     $table = StatisFactory::getBrRecodTable($this->_cooltype);
     return array('table' => $table, 'record' => array('ip' => $this->_ip, 'session' => $this->_session, 'id' => $this->_id, 'cpid' => $this->_cpid, 'product' => $this->_product, 'cooltype' => (int) $this->_cooltype, 'type' => (int) $this->_type, 'channel' => (int) $this->_channel, 'height' => (int) $this->_height, 'width' => (int) $this->_width, 'imei' => $this->_imei, 'imsi' => $this->_imsi, 'meid' => $this->_imeid, 'net' => $this->_net, 'insert_time' => date("Y-m-d H:i:s")));
 }