Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2291 Revision 2292
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: 2291 $
8
 * @version $Rev: 2292 $
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 226... Zeile 226...
226
		$iFilteredTotal = $aResultFilterTotal["total"];
226
		$iFilteredTotal = $aResultFilterTotal["total"];
Zeile 227... Zeile 227...
227
 
227
 
228
		/* Total data set length */
228
		/* Total data set length */
229
		$sQuery = "
229
		$sQuery = "
230
                        SELECT
230
                        SELECT
231
                    COUNT(" . $this->input->get('sIndexColumn') . ") AS total
231
                    COUNT(bp.id) AS total
232
                FROM
232
                FROM
233
                    logistiker l,
233
                    logistiker l,
234
                    bestellung_paketnummern bp
234
                    bestellung_paketnummern bp
235
                WHERE
235
                WHERE