Skip to content

Commit

Permalink
Adding docs for DB::statement()
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kuzemchak committed Jan 25, 2013
1 parent cad0ffa commit b1c47f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions database.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ The `select` method will always return an `array` of results.

> **Note:** The `update` and `delete` statements return the number of rows affected by the operation.
**Running A General Statement**

DB::statement('drop table users');


<a name="accessing-connections"></a>
## Accessing Connections

Expand Down

0 comments on commit b1c47f5

Please sign in to comment.