Subversion-Projekte lars-tiefland.ci

Revision

Revision 1209 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1209 Revision 1210
Zeile 3... Zeile 3...
3
/**
3
/**
4
 *
4
 *
5
 * @package WebanOS CI
5
 * @package WebanOS CI
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
6
 * @author Lars Tiefland <ltiefland@gmail.com> 
7
 * @copyright 2016
7
 * @copyright 2016
8
 * @version $Rev: 1209 $
8
 * @version $Rev: 1210 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Artikel_to_bestellung_model extends CI_Model
11
class Artikel_to_bestellung_model extends CI_Model
12
{
12
{
Zeile 36... Zeile 36...
36
				ab.*,
36
				ab.*,
37
				a.Father
37
				a.Father
38
			FROM
38
			FROM
39
				artikel_to_Bestellung ab
39
				artikel_to_Bestellung ab
40
			JOIN
40
			JOIN
41
				".$db.".artikel a
41
				".$database.".artikel a
42
			ON
42
			ON
43
				a.id=ab.artikel
43
				a.id=ab.artikel
44
			WHERE
44
			WHERE
45
				bestellung = ".$id."
45
				bestellung = ".$id."
46
		";
46
		";