Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2321 Revision 2327
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: 2321 $
8
 * @version $Rev: 2327 $
9
 */
9
 */
Zeile 10... Zeile 10...
10
 
10
 
11
class Logistiker_model extends CI_Model
11
class Logistiker_model extends CI_Model
12
{
12
{
Zeile 41... Zeile 41...
41
		$res = $this->db->query($sql);
41
		$res = $this->db->query($sql);
42
		$logistiker = $res->unbuffered_row('array');
42
		$logistiker = $res->unbuffered_row('array');
43
		return $logistiker;
43
		return $logistiker;
44
	}
44
	}
Zeile 45... Zeile 45...
45
 
45
 
46
	public function save()
46
	public function save($daten)
47
	{
47
	{
48
		if (!$this->input->post('ID'))
48
		if (!$this->input->post('ID'))
49
		{
49
		{
50
			$sql = "
50
			$sql = "