Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 2049 Revision 2107
Zeile 307... Zeile 307...
307
	}
307
	}
Zeile 308... Zeile 308...
308
 
308
 
Zeile 309... Zeile 309...
309
	// --------------------------------------------------------------------
309
	// --------------------------------------------------------------------
310
 
310
 
311
	/**
311
	/**
312
	 * Platform-dependant string escape
312
	 * Platform-dependent string escape
313
	 *
313
	 *
314
	 * @param	string
314
	 * @param	string
315
	 * @return	string
315
	 * @return	string
316
	 */
316
	 */
317
	protected function _escape_str($str)
317
	protected function _escape_str($str)
318
	{
318
	{
Zeile 319... Zeile 319...
319
		$this->db->display_error('db_unsupported_feature');
319
		$this->display_error('db_unsupported_feature');
Zeile 320... Zeile 320...
320
	}
320
	}
Zeile 338... Zeile 338...
338
	 *
338
	 *
339
	 * @return	bool
339
	 * @return	bool
340
	 */
340
	 */
341
	public function insert_id()
341
	public function insert_id()
342
	{
342
	{
343
		return ($this->db->db_debug) ? $this->db->display_error('db_unsupported_feature') : FALSE;
343
		return ($this->db_debug) ? $this->display_error('db_unsupported_feature') : FALSE;
344
	}
344
	}
Zeile 345... Zeile 345...
345
 
345
 
Zeile 346... Zeile 346...
346
	// --------------------------------------------------------------------
346
	// --------------------------------------------------------------------
Zeile 400... Zeile 400...
400
 
400
 
401
	/**
401
	/**
402
	 * Error
402
	 * Error
403
	 *
403
	 *
404
	 * Returns an array containing code and message of the last
404
	 * Returns an array containing code and message of the last
405
	 * database error that has occured.
405
	 * database error that has occurred.
406
	 *
406
	 *
407
	 * @return	array
407
	 * @return	array
408
	 */
408
	 */
409
	public function error()
409
	public function error()