Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammaye committed Nov 8, 2013
1 parent db06f6f commit 9a7e931
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -921,12 +921,12 @@ This extension does not rely on `EMongoCriteria` internally.

So I expect all modifications to certain parts of MongoYii to be compatible with and without `EMongoCriteria`.

# Utilities
## Utilities

The `util` folder contains general awesome extensions to MongoYii that people may find useful. The sort of things that count as part of this folder are replacements for internal pieces
of Yii that might seem outside of the scope of the root of this repository.

## EMongoCache
### EMongoCache

This is a MongoYii implementation of `CCache` by [Rajcsányi Zoltán](http://ezmegaz.hu/).

Expand Down Expand Up @@ -969,7 +969,7 @@ And now an example of its usage:

print_r($arr); // Array( [apple] => fruit [1] => [two] => )

## EMongoMessageSource
### EMongoMessageSource

This is a MongoYii `Yii::t()` implementation by [Rajcsányi Zoltán](http://ezmegaz.hu/).

Expand All @@ -994,7 +994,7 @@ And then simply get that message:

<?=Yii::t('users', 'Freund'); ?>

## EMongoSession
### EMongoSession

This is a MongoYii `CHttpSession` implementation by yours truly.

Expand Down

0 comments on commit 9a7e931

Please sign in to comment.