Skip to content

Commit

Permalink
Added the connection option for profiling
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Oct 21, 2013
1 parent 5bc7779 commit 7eb6287
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EMongoClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ class EMongoClient extends CApplicationComponent{
* @var boolean
*/
public $setSlaveOkay = false;

/**
* Enables logging to the profiler
* @var boolean
*/
public $enableProfiling = false;

/**
* The Mongo Connection instance
Expand Down

0 comments on commit 7eb6287

Please sign in to comment.