APPPATH/classes/model/league.php [ 300 ]
295 foreach ( $row['info']['stars'] as $key => $pid ) {
296
297 $row['info']['stars'][$key] = $this->FindPlayerFromMatch(array_merge ($row['home_players'],$row['guest_players']), $pid);
298 }
299 }
300 return $row;
301 }
302
303 public function MatchIssets($id) {
304 if ( MSQL::Instance()->getCellValue("select count(id) from matches_new where id='".$id."'" ) >0 ) {
305 return true;
APPPATH/classes/model/league.php [ 300 ] » Kohana_Core::error_handler(arguments)
APPPATH/classes/controller/index/league.php [ 145 ] » Model_League->getMatch(arguments)
{PHP internal call} » Controller_Index_League->action_match()
SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)
SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)
SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)
DOCROOT/index.php [ 109 ] » Kohana_Request->execute()