Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 4 | Revision 31 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 4 Revision 5
Zeile 25... Zeile 25...
25
				$this->t_name=$row["t_name"];
25
				$this->t_name=$row["t_name"];
26
				$this->t_group=$row["t_group"];
26
				$this->t_group=$row["t_group"];
27
				return $this;
27
				return $this;
28
			}
28
			}
29
  		}
29
  		}
-
 
30
 
-
 
31
		function Team($t_id)
-
 
32
		{
-
 
33
			$this->__construct($t_id);
-
 
34
		}
30
  		function listeTeam($limit, $start=0)
35
  		function listeTeam($limit, $start=0)
31
		{
36
		{
32
			global $db, $db_meld, $error, $meld, $user;
37
			global $db, $db_meld, $error, $meld, $user;
33
			$sql="SELECT * FROM teams";
38
			$sql="SELECT * FROM teams";
34
//			echo $db->provides('limit');
39
//			echo $db->provides('limit');