MODPATH/database/classes/kohana/database/mysql.php [ 194 ]
189 {
190 // This benchmark is worthless
191 Profiler::delete($benchmark);
192 }
193
194 throw new Database_Exception(':error [ :query ]',
195 array(':error' => mysql_error($this->_connection), ':query' => $sql),
196 mysql_errno($this->_connection));
197 }
198
199 if (isset($benchmark))
-
MODPATH/database/classes/kohana/database/query.php [ 245 ] » Kohana_Database_MySQL->query(arguments)
0
integer 2
1
string(385) "INSERT INTO FACT_JUEGO_DIA (LOCALIDAD_ESCUELA_ID, LOCALIDAD_ALUMNO_ID, IND_EFICIENCIA, IND_TROFEOS, IND_SESION_JUEGO, IND_ …"
2
bool FALSE
3
array(0)
240 return new Database_Result_Cached($result, $sql, $as_object, $object_params); 241 } 242 } 243 244 // Execute the query 245 $result = $db->query($this->_type, $sql, $as_object, $object_params); 246 247 if (isset($cache_key) AND $this->_lifetime > 0) 248 { 249 // Cache the result array 250 Kohana::cache($cache_key, $result->as_array(), $this->_lifetime);
-
APPPATH/classes/model/datawarehouse.php [ 212 ] » Kohana_Database_Query->execute(arguments)
0
object Database_MySQL(6)
{ protected _connection_id => string(40) "93af175843e1488d61cb5f83499f0e4babbee21c" protected _identifier => string(1) "`" public last_query => NULL protected _instance => string(3) "dwh" protected _connection => resource(mysql link) protected _config => array(6) ( "type" => string(5) "mysql" "connection" => array(3) ( "hostname" => string(9) "localhost" "database" => string(13) "DWH_Analytics" "persistent" => bool FALSE 6741575550731 => bool TRUE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool FALSE 6741575550731 => bool TRUE ) }
207 ':CONCEPTO_ID' => $data['CONCEPTO_ID'], 208 ':FH_DIA' => $data['FH_DIA'], 209 ':JUEGO_ID' => $data['JUEGO_ID'], 210 ':ALUMNO_SK' => $data['ALUMNO_SK'], 211 ':CICLO_ESCOLAR_ID' => $data['CICLO_ESCOLAR_ID'] 212 ))->execute($remote); 213 214 return true; 215 216 } 217
-
APPPATH/classes/controller/frontend/datawarehouse.php [ 226 ] » Model_Datawarehouse->setNewDayFact(arguments)
0
array(17) ( "LOCALIDAD_ESCUELA_ID" => string(3) "783" "LOCALIDAD_ALUMNO_ID" => string(3) "783" "IND_EFICIENCIA" => string(1) "1" "IND_TROFEOS" => string(3) "540" "IND_SESION_JUEGO" => string(7) "5075655" "IND_TIEMPO_JUEGO" => string(3) "435" "IND_SCORE_JUEGO" => string(1) "0" "IND_NIVEL_ACTUAL" => string(1) "0" "IND_MAX_NIVEL" => string(1) "0" "IND_LIKES" => string(1) "1" "IND_STARS" => NULL "FH_DIA" => string(10) "2019-01-12" "ALUMNO_SK" => string(5) "27932" "ALUMNO_ID" => string(6) "693451" "JUEGO_ID" => string(2) "84" "CICLO_ESCOLAR_ID" => string(1) "7" "CONCEPTO_ID" => string(1) "3" 6741575550731 => bool TRUE )
221 if($concepts && sizeof($concepts) > 0){ 222 223 foreach ($concepts as $concept){ 224 225 $game_session['CONCEPTO_ID'] = $concept['concept_id']; 226 $insert = $this->dwh_model->setNewDayFact($game_session); 227 // echo "<pre> " . $resp['updates'] . "Alumno " . $alumno['ALUMNO_ID'] . " - " . $key . ".- " . json_encode($game_session) . "</pre>"; 228 $resp['updates'] = $resp['updates'] + 1; 229 230 } 231
-
{PHP internal call} » Controller_Frontend_Datawarehouse->action_updateFactGames()
-
SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Frontend_Datawarehouse(4)
{ protected _sess => NULL public request => object Request(21)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _callback => NULL protected _uri => string(22) "datawarehouse/<action>" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(8) "frontend" "controller" => string(13) "datawarehouse" "action" => string(5) "index" 6741575550731 => bool TRUE ) protected _route_regex => string(44) "#^datawarehouse/(?P<action>[^/.,;?\n]++)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(8) "frontend" protected _controller => string(13) "datawarehouse" protected _action => string(15) "updateFactGames" protected _uri => string(29) "datawarehouse/updateFactGames" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)
public dwh_model => object Model_Datawarehouse(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
}113 throw new HTTP_Exception_404('The requested URL :uri was not found on this server.', 114 array(':uri' => $request->uri())); 115 } 116 117 $method = $class->getMethod('action_'.$action); 118 $method->invoke($controller); 119 120 // Execute the "after action" method 121 $class->getMethod('after')->invoke($controller); 122 } 123 catch (Exception $e)
-
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0
object Request(21)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(22) "datawarehouse/<action>" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(8) "frontend" "controller" => string(13) "datawarehouse" "action" => string(5) "index" 6741575550731 => bool TRUE ) protected _route_regex => string(44) "#^datawarehouse/(?P<action>[^/.,;?\n]++)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(8) "frontend" protected _controller => string(13) "datawarehouse" protected _action => string(15) "updateFactGames" protected _uri => string(29) "datawarehouse/updateFactGames" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }59 public function execute(Request $request) 60 { 61 if ($this->_cache instanceof HTTP_Cache) 62 return $this->_cache->execute($this, $request); 63 64 return $this->execute_request($request); 65 } 66 67 /** 68 * Processes the request passed to it and returns the response from 69 * the URI resource identified.
-
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
0
object Request(21)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)
{ protected _callback => NULL protected _uri => string(22) "datawarehouse/<action>" protected _regex => array(0) protected _defaults => array(3) ( "directory" => string(8) "frontend" "controller" => string(13) "datawarehouse" "action" => string(5) "index" 6741575550731 => bool TRUE ) protected _route_regex => string(44) "#^datawarehouse/(?P<action>[^/.,;?\n]++)$#uD" }
protected _routes => NULL protected _response => object Response(5){ protected _status => integer 200 protected _header => object HTTP_Header(0)
protected _header => object HTTP_Header(0){ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ }
protected _body => NULL protected _directory => string(8) "frontend" protected _controller => string(13) "datawarehouse" protected _action => string(15) "updateFactGames" protected _uri => string(29) "datawarehouse/updateFactGames" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(2){ protected _previous_environment => NULL protected _cache => NULL }
public _injected_routes => array(0) }1133 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 1134 ':uri' => $this->_uri, 1135 )); 1136 } 1137 1138 return $this->_client->execute($this); 1139 } 1140 1141 /** 1142 * Returns whether this request is the initial request Kohana received. 1143 * Can be used to test for sub requests.
-
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()
104 /** 105 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 106 * If no source is specified, the URI will be automatically detected. 107 */ 108 echo Request::factory() 109 ->execute() 110 ->send_headers() 111 ->body();