Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2300 Revision 2311
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 2300 2018-10-03 11:59:58Z lars $
13
//$Id: Logistiker.php 2311 2018-10-03 12:37:52Z lars $
14
 
14
 
Zeile 15... Zeile 15...
15
class Logistiker extends CI_Controller
15
class Logistiker extends CI_Controller
Zeile 62... Zeile 62...
62
	{
62
	{
63
	}
63
	}
Zeile 64... Zeile 64...
64
 
64
 
65
	public function export($id)
65
	public function export($id)
66
	{
-
 
-
 
66
	{
-
 
67
		$tracking = $this->logistiker->export($id);
67
		
68
		echo $tracking;
Zeile 68... Zeile 69...
68
	}
69
	}
69
	
70
	
70
	public function tracking($id)
71
	public function tracking($id)
71
	{
-
 
72
		$tracking = $this->logistiker->tracking($id);
72
	{
73
		trigger_error($tracking);
73
		$tracking = $this->logistiker->tracking($id);
74
		echo $tracking;
74
		echo $tracking;