Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2315 Revision 2316
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: 2315 $
8
 * @version $Rev: 2316 $
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 102... Zeile 102...
102
 
102
 
103
		/*
103
		/*
104
		* Output
104
		* Output
105
		*/
105
		*/
106
		$output = array(
106
		$output = array(
107
			"sEcho" => intval($ths->input->get('sEcho')),
107
			"sEcho" => intval($this->input->get('sEcho')),
108
			"iTotalRecords" => $iTotal,
108
			"iTotalRecords" => $iTotal,
109
			"iTotalDisplayRecords" => $iTotal,
109
			"iTotalDisplayRecords" => $iTotal,
Zeile 110... Zeile 110...
110
			"aaData" => array());
110
			"aaData" => array());