Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2336 Revision 2343
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 2336 2018-10-03 14:46:11Z lars $
13
//$Id: Logistiker.php 2343 2018-10-03 15:02:31Z lars $
14
 
14
 
Zeile 15... Zeile 15...
15
class Logistiker extends CI_Controller
15
class Logistiker extends CI_Controller
Zeile 61... Zeile 61...
61
 
61
 
62
	public function del($id = null)
62
	public function del($id = null)
63
	{
63
	{
64
		$logistiker = $this->logistiker->get($id);
64
		$logistiker = $this->logistiker->get($id);
65
		$this->smarty->assign("logistiker", $logistiker);
65
		$this->smarty->assign("logistiker", $logistiker);
66
		$this->smarty->view('logistiker_edit.tpl');
66
		$this->smarty->view('logistiker_del.tpl');
Zeile 67... Zeile 67...
67
	}
67
	}
68
 
68
 
69
	public function export($id)
69
	public function export($id)