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

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

->query()

->query() -- send a raw query

Описание

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.

Параметр

  • string $string - SQL Query

Заметка

Эта функция не должна вызываться статически.

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

Download Documentation Last updated: Mon, 02 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.