Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1141 Revision 1143
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: 1141 $
8
 * @version $Rev: 1143 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Bestelladresse_model extends CI_Model
11
class Bestelladresse_model extends CI_Model
12
{
12
{
Zeile 26... Zeile 26...
26
				str_nr1,
26
				str_nr1,
27
				plz,
27
				plz,
28
				ort,
28
				ort,
29
				co.`name-ger` AS land
29
				co.`name-ger` AS land
30
			FROM
30
			FROM
31
				besgtelladresse ba
31
				bestelladresse ba
32
			JOIN
32
			JOIN
33
				content_management.countries co
33
				content_management.countries co
34
			ON
34
			ON
35
				co.id=ba.land
35
				co.id=ba.land
36
			WHERE
36
			WHERE