Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2279 Revision 2281
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 2279 2018-10-03 10:59:44Z lars $
13
//$Id: Logistiker.php 2281 2018-10-03 11:04:06Z lars $
14
 
14
 
Zeile 15... Zeile 15...
15
class Logistiker extends CI_Controller
15
class Logistiker extends CI_Controller
Zeile 67... Zeile 67...
67
		
67
		
Zeile 68... Zeile 68...
68
	}
68
	}
69
	
69
	
70
	public function tracking($id)
-
 
-
 
70
	public function tracking($id)
-
 
71
	{
71
	{
72
		$tracking = $this->logistiker->tracking($id);
72
		
73
		$this->smarty->assign("tracking",$tracking);