Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1618 Revision 1673
Zeile 26... Zeile 26...
26
		$this->smarty->assign('robots', $robots);
26
		$this->smarty->assign('robots', $robots);
27
		$this->smarty->assign('hersteller', $hersteller);
27
		$this->smarty->assign('hersteller', $hersteller);
28
		$this->smarty->assign('daten', $daten);
28
		$this->smarty->assign('daten', $daten);
29
		$this->smarty->view('artikel.tpl');
29
		$this->smarty->view('artikel.tpl');
30
	}
30
	}
-
 
31
 
-
 
32
	public function save()
-
 
33
	{
-
 
34
		$artikel = $this->input->post('artikel');
-
 
35
		$meta = $this->input->post('metatgs');
-
 
36
		$preise = $this->input->post('preise');
-
 
37
		$auispraegungen = $this->input->post('auspraegung');
-
 
38
		$optionen = $this->input->post('optionen');
-
 
39
		$this->artikel->save($artikel);
-
 
40
	}
31
}
41
}