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 23... Zeile 23...
23
				$this->o_id=$o_id;
23
				$this->o_id=$o_id;
24
				$this->o_name=$row["l_name"];
24
				$this->o_name=$row["l_name"];
25
				return $this;
25
				return $this;
26
			}
26
			}
27
  		}
27
  		}
-
 
28
		
-
 
29
		function Ort($o_id)
-
 
30
		{
-
 
31
			$this->__construct($o_id);
-
 
32
		}
-
 
33
 
28
  		function listeOrt($limit, $start=0)
34
  		function listeOrt($limit, $start=0)
29
		{
35
		{
30
			global $db, $db_meld, $error, $meld, $user;
36
			global $db, $db_meld, $error, $meld, $user;
31
			$sql="SELECT * FROM locations";
37
			$sql="SELECT * FROM locations";
32
//			echo $db->provides('limit');
38
//			echo $db->provides('limit');