intekhabrizvi / Codeigniter-mongo-library

MongoDB Library for Codeigniter with advance features like aggregation, journal, write concern and query profiling

Home Page:http://intekhabrizvi.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating key of an object

imashishks opened this issue · comments

Which function can i use if i want to update a field inside an object ?

For Example:
{
"day": "2017-01-27",
"clicks": {
"50,100": 1,
"100,150": 3
}
}
This is a document..how can i increment the value of "50,100" key ?

Any kind of help is appreciated.