Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WanWizard committed Feb 26, 2016
1 parent 502dbeb commit 720e247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/mongo/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ <h4 class="method" id="dump">dump($collection_name = null, $path = null)</h4>
<th>Example</th>
<td>
<pre class="php"><code>// Get a mongo instance
$mongodb = \Mongo_Db::instance();
$mongodb = \Mongo_Db::instance();

// dump all collections to APPPATH.'tmp'
$mongodb->dump();
Expand Down

0 comments on commit 720e247

Please sign in to comment.