Class ezSQL_codeigniter

Description

ezSQL Database specific class - codeigniter Desc..: codeigniter component (part of ezSQL databse abstraction library)

Located in /codeigniter/Ezsql_codeigniter.php (line 15)

ezSQLcore
   |
   --ezSQL_codeigniter
Variable Summary
boolean $debug
boolean $show_errors
Method Summary
ezSQL_codeigniter __construct ()
string escape (string $str, [boolean $like = false])
boolean|int query (string $query)
Variables
Methods
Constructor __construct (line 33)
  • throws: Exception Requires ez_sql_core.php
ezSQL_codeigniter __construct ()

Redefinition of:
ezSQLcore::__construct()
Constructor of ezSQL
escape (line 165)

Format a sql string correctly for safe insert

  • access: public
string escape (string $str, [boolean $like = false])
  • string $str
  • boolean $like
query (line 49)

Perform codignitor query and try to determine result value

  • access: public
boolean|int query (string $query)
  • string $query

Inherited Methods

Inherited From ezSQLcore

ezSQLcore::__construct()
ezSQLcore::affectedRows()
ezSQLcore::debug()
ezSQLcore::donation()
ezSQLcore::dumpvar()
ezSQLcore::flush()
ezSQLcore::getShowErrors()
ezSQLcore::get_cache()
ezSQLcore::get_col()
ezSQLcore::get_col_info()
ezSQLcore::get_results()
ezSQLcore::get_row()
ezSQLcore::get_var()
ezSQLcore::hide_errors()
ezSQLcore::isConnected()
ezSQLcore::register_error()
ezSQLcore::show_errors()
ezSQLcore::store_cache()
ezSQLcore::timer_elapsed()
ezSQLcore::timer_get_cur()
ezSQLcore::timer_start()
ezSQLcore::timer_update_global()
ezSQLcore::vardump()
Class Constants

Documentation generated on Mon, 26 Aug 2013 23:22:20 +0200 by phpDocumentor 1.4.4