Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2299 Revision 2301
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: 2299 $
8
 * @version $Rev: 2301 $
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 253... Zeile 253...
253
			"iTotalRecords" => $iTotal,
253
			"iTotalRecords" => $iTotal,
254
			"iTotalDisplayRecords" => $iFilteredTotal,
254
			"iTotalDisplayRecords" => $iFilteredTotal,
255
			"aaData" => array());
255
			"aaData" => array());
Zeile 256... Zeile 256...
256
 
256
 
257
		while ($aRow = $rResult->unbuffered_row('array')) {
-
 
-
 
257
		while ($aRow = $rResult->unbuffered_row('array')) {
258
 
258
			trigger_error(var_export($row,true));
259
			//$aRow['datum'] = strtotime($aRow['datum']);
259
			//$aRow['datum'] = strtotime($aRow['datum']);
260
			$aRow['datum'] = date('d.m.Y', $aRow['datum']);
260
			$aRow['datum'] = date('d.m.Y', $aRow['datum']);
261
			$aRow['bestellung'] = ' <a href="/Warenwirtschaft/bestellungen.php?Bestellung=' .
261
			$aRow['bestellung'] = ' <a href="/Warenwirtschaft/bestellungen.php?Bestellung=' .