forked from canni/YiiMongoDbSuite
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,12 @@ | |
* For modifiers list {@see EMongoModifier::$modifiers} | ||
* | ||
* @author Philippe Gaultier <[email protected]> | ||
* @since xxx | ||
* @since v1.3.6 | ||
*/ | ||
class EMongoModifier extends CComponent | ||
{ | ||
/** | ||
* @since xxx | ||
* @since v1.3.6 | ||
* @var array $modifiers supported modifiers | ||
*/ | ||
public static $modifiers = array( | ||
|
@@ -66,7 +66,7 @@ class EMongoModifier extends CComponent | |
* ); | ||
* </PRE> | ||
* @param array $modifier basic definition of modifiers | ||
* @since xxx | ||
* @since v1.3.6 | ||
*/ | ||
public function __construct($modifier=null) | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
Title: Massive Partial Updates | ||
ShortTitle: Massive Partial updates | ||
Author: Philippe Gaultier <[email protected]> | ||
|
||
--- | ||
|
||
Since the `v1.x.x` You can perform *partial updates* of multiple documents. | ||
Since the `v1.3.6` You can perform *partial updates* of multiple documents. | ||
|
||
~~~ | ||
[php] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters