Selecting Specific data (SELECT) (Previous) (Next) ->free()

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

->query()

->query() -- send a raw query

Descripción

Sends a raw query to database. Often you may consider that using a large number of whereAdd's and orderBy method calls are not neccessary, and it would be simpler to just write the query, to make the code clearer and shorter.

Parámetro

  • string $string - SQL Query

Nota

Esta función no puede ser llamada estáticamente.

Selecting Specific data (SELECT) (Previous) (Next) ->free()

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.