Per Djurner
Per Djurner
Consider an HABTM example of customer - subscription - magazine with default setting for joinType. We need to be able to retrieve customers with no subscriptions and magazines with no...
model("something").findAll(include="somethingElse", returnAs="structs", select="id, createdAt") If id and createdAt exist on both models it will use the properties from the first model for the second as well. Can be corrected by...
These does not seem to be 100% correct in the Reference Guide. Go over them and correct (and check the API docs at the same time).
Remove Apache, IIS stuff etc from the root and move all details of that into a new deployment chapter in the docs instead.