Mongo Db Connection And Configuration

Hi All,

I’m trying to explore mongodb. I"m unable configure mongodb with mongoDBSuite.

can anyone pls tell me what to be given for connection string here:

‘mongodb’ => array(

    'class'            => 'EMongoDB',


    'connectionString' => 'mongodb://localhost',


    'dbName'           => 'xyz_db',


    'fsyncFlag'        => true,


    'safeFlag'         => true,


    'useCursor'        => false


  ),

I’m getting the error saying

[color="#800080"]Property "CWebApplication.mongodb" is not defined.[/color]

Thanks for any help…