Skip to content

Commit

Permalink
Update classes/mongo/methods.html
Browse files Browse the repository at this point in the history
  • Loading branch information
inouet committed Jan 30, 2013
1 parent 74b4d23 commit 875d606
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions classes/mongo/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ <h4 class="method" id="method_get_cursor">get_cursor($collection = "")</h4>
<td>
<table class="parameters">
<tr>
<th>Param</th>
<th>Type</th>
<th>Default</th>
<th>パラメータ</th>
<th></th>
<th>規定値</th>
<th class="description">Description</th>
</tr>
<tr>
Expand Down Expand Up @@ -458,7 +458,7 @@ <h4 class="method" id="method_where">where($wheres = array())</h4>
<article>
<h4 class="method" id="method_or_where">or_where($wheres = array())</h4>
<p>
The <strong>or_where</strong> method sets the 'or where is equal to' statement.
<strong>or_where</strong> メソッドは、'or where is equal to' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand All @@ -480,7 +480,7 @@ <h4 class="method" id="method_or_where">or_where($wheres = array())</h4>
<th><kbd>$wheres</kbd></th>
<td><em>array</em></td>
<td><pre class="php"><code>array()</code></pre></td>
<td>An array of associative array with the field as the key and the value as the search criteria.</td>
<td>キーをフィールド名、値を検索文字列とした、連想配列</td>
</tr>
</table>
</td>
Expand Down Expand Up @@ -511,7 +511,7 @@ <h4 class="method" id="method_or_where">or_where($wheres = array())</h4>
<article>
<h4 class="method" id="method_where_in">where_in($field = "", $in = array())</h4>
<p>
The <strong>where_in</strong> method sets the 'where in' statement.
<strong>where_in</strong> メソッドは、'where in' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -567,7 +567,7 @@ <h4 class="method" id="method_where_in">where_in($field = "", $in = array())</h4
<article>
<h4 class="method" id="method_where_in_all">where_in_all($field = "", $in = array())</h4>
<p>
The <strong>where_in_all</strong> method sets the 'all where in' statement.
<strong>where_in_all</strong> メソッドは、'all where in' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -679,7 +679,7 @@ <h4 class="method" id="method_where_not_in">where_not_in($field = "", $in = arra
<article>
<h4 class="method" id="method_where_gt">where_gt($field = "", $x)</h4>
<p>
The <strong>where_gt</strong> method sets the 'where greater than' statement.
<strong>where_gt</strong> メソッドは、 'where greater than' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -733,7 +733,7 @@ <h4 class="method" id="method_where_gt">where_gt($field = "", $x)</h4>
<article>
<h4 class="method" id="method_where_gte">where_gte($field = "", $x)</h4>
<p>
The <strong>where_gte</strong> method sets the 'where greater than or equal to' statement.
<strong>where_gte</strong> メソッドは、 'where greater than or equal to' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -787,7 +787,7 @@ <h4 class="method" id="method_where_gte">where_gte($field = "", $x)</h4>
<article>
<h4 class="method" id="method_where_lt">where_lt($field = "", $x)</h4>
<p>
The <strong>where_lt</strong> method sets the 'where lower than' statement.
<strong>where_lt</strong> メソッドは、 'where lower than' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -841,7 +841,7 @@ <h4 class="method" id="method_where_lt">where_lt($field = "", $x)</h4>
<article>
<h4 class="method" id="method_where_lte">where_lte($field = "", $x)</h4>
<p>
The <strong>where_lte</strong> method sets the 'where lower than or equal to' statement.
<strong>where_lte</strong> メソッドは、 'where lower than or equal to' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -895,7 +895,7 @@ <h4 class="method" id="method_where_lte">where_lte($field = "", $x)</h4>
<article>
<h4 class="method" id="method_where_between">where_between($field = "", $x)</h4>
<p>
The <strong>where_between</strong> method sets the 'where between' statement.
<strong>where_between</strong> メソッドは、 'where between' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -955,7 +955,7 @@ <h4 class="method" id="method_where_between">where_between($field = "", $x)</h4>
<article>
<h4 class="method" id="method_where_between_ne">where_between_ne($field = "", $x)</h4>
<p>
The <strong>where_between_ne</strong> method sets the 'where between and not equal to' statement.
<strong>where_between_ne</strong> メソッドは、 'where between and not equal to' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -1015,7 +1015,7 @@ <h4 class="method" id="method_where_between_ne">where_between_ne($field = "", $x
<article>
<h4 class="method" id="method_ne">where_ne($field = "", $x)</h4>
<p>
The <strong>where_ne</strong> method sets the 'where not equal to' statement.
<strong>where_ne</strong> メソッドは、'where not equal to' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -1069,7 +1069,7 @@ <h4 class="method" id="method_ne">where_ne($field = "", $x)</h4>
<article>
<h4 class="method" id="method_like">like($field = '', $value = '', $flags = 'i', $enable_start_wildcard = true, $enable_end_wildcard = true)</h4>
<p>
The <strong>like</strong> method a sets a 'like' statement.
<strong>like</strong> メソッドは、'like' ステートメントをセットします。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -1151,7 +1151,7 @@ <h4 class="method" id="method_like">like($field = '', $value = '', $flags = 'i',
<article>
<h4 class="method" id="method_order_by">order_by($fields = array())</h4>
<p>
The <strong>order_by</strong> method orders the result.
<strong>order_by</strong> メソッドは、結果の並び順を指定します。
</p>
<table class="method">
<tbody>
Expand All @@ -1173,7 +1173,7 @@ <h4 class="method" id="method_order_by">order_by($fields = array())</h4>
<th><kbd>$fields</kbd></th>
<td><em>array</em></td>
<td><pre class="php"><code>array()</code></pre></td>
<td>To set values to descending order, you must pass values of either -1, FALSE, 'desc', or 'DESC', else they will be set to 1 (ASC).</td>
<td>ソート順を降順にセットしたい場合、 -1、 FALSE 'desc' もしくは、 'DESC' を指定します。それ以外は1 (昇順)となります。</td>
</tr>
</table>
</td>
Expand Down Expand Up @@ -1203,7 +1203,7 @@ <h4 class="method" id="method_order_by">order_by($fields = array())</h4>
<article>
<h4 class="method" id="method_limit">limit($x = 99999)</h4>
<p>
The <strong>limit</strong> method limits the number of items fetched.
<strong>limit</strong> メソッドは、取得したいアイテム数を指定します。
</p>
<table class="method">
<tbody>
Expand Down Expand Up @@ -1305,7 +1305,7 @@ <h4 class="method" id="method_offset">offset($x = 0)</h4>
<article>
<h4 class="method" id="method_count">count($collection = '', $foundonly = false)</h4>
<p>
The <strong>count</strong> method counts the result.
<strong>count</strong> メソッドは、結果数を返却します。
</p>
<table class="method">
<tbody>
Expand Down

0 comments on commit 875d606

Please sign in to comment.