Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2351 Revision 2352
Zeile 8... Zeile 8...
8
 * @copyright Lars Tiefland
8
 * @copyright Lars Tiefland
9
 * @version 2018
9
 * @version 2018
10
 * @access public
10
 * @access public
11
 */
11
 */
Zeile 12... Zeile 12...
12
 
12
 
Zeile 13... Zeile 13...
13
//$Id: Logistiker.php 2351 2018-10-03 15:12:10Z lars $
13
//$Id: Logistiker.php 2352 2018-10-03 15:19:11Z lars $
14
 
14
 
Zeile 15... Zeile 15...
15
class Logistiker extends CI_Controller
15
class Logistiker extends CI_Controller
Zeile 72... Zeile 72...
72
		}
72
		}
73
	}
73
	}
Zeile 74... Zeile 74...
74
 
74
 
75
	public function export($id)
75
	public function export($id)
-
 
76
	{
76
	{
77
		if ($id) {
-
 
78
			$tracking = $this->logistiker->export($id);
77
		$tracking = $this->logistiker->export($id);
79
		}
78
		echo $tracking;
80
		echo $tracking;
Zeile 79... Zeile 81...
79
	}
81
	}
80
 
82
 
-
 
83
	public function tracking($id)
81
	public function tracking($id)
84
	{
-
 
85
		if ($id) {
82
	{
86
			$tracking = $this->logistiker->tracking($id);
83
		$tracking = $this->logistiker->tracking($id);
87
		}
84
		echo $tracking;
88
		echo $tracking;