YiiMongoDbSuite
YiiMongoDbSuite copied to clipboard
config/main.php suggestions for setup page
I just ran into some glitches with urlManager rules combined with MongoDb Ids (which are strings instead of ints). Here's what I came up with in case you want to update the setup page in the manual (http://canni.github.com/YiiMongoDbSuite/xhtml/setup.html):
'urlManager'=>array(
'urlFormat'=>'path',
'rules'=>array(
// 'controller:w+/id:d+'=>'
Thanks, this is turning out really nicely!