APPPATH/classes/team2/national.php [ 38 ]
33 {
34 $rev = $row['player_id'];
35 //echo 'Search rev: '.$rev.'<br />' ;
36 break;
37 }
38 return $rev;
39 }
40
41 public function Manager() {
42 $tname_arr = explode(' ', $this->name);
43 $c = sizeof($tname_arr);
APPPATH/classes/team2/national.php [ 38 ] » Kohana_Core::error_handler(arguments)
APPPATH/classes/team2.php [ 469 ] » Team2_National->SearchReverse(arguments)
APPPATH/classes/controller/national/team.php [ 153 ] » Team2->RemoveFromRoster(arguments)
{PHP internal call} » Controller_National_Team->action_list()
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 [ 9 ] » Kohana_Request->execute()