Ticket Details

displaying collections not working

RFC Ticket (pending)

###What happened:
- Tried li3-0.5 with lithium_mongo.v01
- Tried li3-current , with lithium_mongo-current ( today )

lithium_mongo connects to the database and displays in the left side pannel my collections but when I click on a collection I get :

```Srict standards: Declaration of app\models\Collection::__init() should be compatible with that of lithium\data\Model::__init() in /www/lithium_proj/proj7/app/models/Collection.php on line 5```

Added $options = array() ```public static function __init($options = array())```

Now the error is gone but the result is a blank page.

###What was expected:
- 

on 02.12.10 reported by: claudiuapetrei

Updates