YiiMongoDbSuite
YiiMongoDbSuite copied to clipboard
attributeNames at 4.1. Simple Model (Document in collection)
YiiMongoDbSuite Manual 1.3.6
4.1. Simple Model (Document in collection)
public function attributeNames()
should be
public function attributeLabels()
Ha, I was trying to figure out what was going on, the _id field wasn't being called I traced back to attributeNames() I kept going back and forth with the documentation overlooking that it wasn't correct to begin with.