CI_DB_driver::simple_query()

simple_query($sql)

Parameters:
  • $sql (string) – The SQL statement to execute
Returns:

Whatever the underlying driver’s “query” function returns

Return type:

mixed

A simplified version of the query() method, appropriate for use when you don’t need to get a result object or to just send a query to the database and not care for the result.

doc_CodeIgniter
2016-10-15 16:31:08
Comments
Leave a Comment

Please login to continue.