Results 2 issues of Max Chu

After inserted the document. While "$user = User::model()->find();" I've got fatal error as following: Fatal error: Call to a member function setAttributes() on a non-object in... Document link: http://canni.github.com/YiiMongoDbSuite/xhtml/basic.simple-embedded-document.html

YiiMongoDbSuite Manual 1.3.6 4.1. Simple Model (Document in collection) ``` public function attributeNames() ``` should be ``` public function attributeLabels() ```