YiiMongoDbSuite icon indicating copy to clipboard operation
YiiMongoDbSuite copied to clipboard

attributeNames at 4.1. Simple Model (Document in collection)

Open maxchu2021 opened this issue 12 years ago • 1 comments

YiiMongoDbSuite Manual 1.3.6

4.1. Simple Model (Document in collection)

public function attributeNames()

should be

public function attributeLabels()

maxchu2021 avatar Mar 26 '12 04:03 maxchu2021

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.

RapidTransit avatar Apr 10 '12 14:04 RapidTransit