Log message #4017674

# At Username Text
# Apr 19th 2017, 12:34 inoas you can use formatResults ;p
# Apr 19th 2017, 12:34 inoas anyway
# Apr 19th 2017, 12:34 inoas and then my 95% bet is that $_hidden can hide those real model information
# Apr 19th 2017, 12:34 inoas then create a real model and use through
# Apr 19th 2017, 12:33 inoas if you are using _joinData for anything relevant
# Apr 19th 2017, 12:33 crazycoder inoas, why ?
# Apr 19th 2017, 12:33 inoas yeah but it is IMHO designed wrong
# Apr 19th 2017, 12:33 inoas then in the Memberships Entity use $_hidden
# Apr 19th 2017, 12:33 crazycoder it is only the output format that i should hack
# Apr 19th 2017, 12:33 inoas Memberships belongsTo Students / Memberships belongsTo Courses
# Apr 19th 2017, 12:33 crazycoder yeah but the association is working correctly
# Apr 19th 2017, 12:32 inoas Students HasMany Memberships
# Apr 19th 2017, 12:32 inoas Students belongsToMany Courses Through Memberships
# Apr 19th 2017, 12:32 crazycoder i only want the tag name without this extra info
# Apr 19th 2017, 12:32 crazycoder basically i have Users -> Tags (UsersTags)
# Apr 19th 2017, 12:32 inoas use belongsToMany and through + hasMany/belongsTo
# Apr 19th 2017, 12:32 inoas if you have more than foreign keys in there
# Apr 19th 2017, 12:31 inoas joinData is imho a hack
# Apr 19th 2017, 12:31 crazycoder the query is working i only should avoid showing "_joinData" there
# Apr 19th 2017, 12:31 inoas maybe that works + hidden then
# Apr 19th 2017, 12:31 inoas if it doesnt setup a real join model and use setThrough on the assoc
# Apr 19th 2017, 12:31 inoas however not sure if joinData is a real/has a real entity
# Apr 19th 2017, 12:30 inoas on the entity
# Apr 19th 2017, 12:30 crazycoder thanks!
# Apr 19th 2017, 12:30 crazycoder ok
# Apr 19th 2017, 12:30 crazycoder it is a json response
# Apr 19th 2017, 12:30 inoas so see $_hidden
# Apr 19th 2017, 12:30 crazycoder i am building api
# Apr 19th 2017, 12:30 crazycoder inoas, yes exactly
# Apr 19th 2017, 12:30 inoas right?
# Apr 19th 2017, 12:30 inoas because it is json, or soemthing
# Apr 19th 2017, 12:30 crazycoder what setting should i have to pass?
# Apr 19th 2017, 12:30 inoas crazycoder: why do you want to remove stuff from the response?
# Apr 19th 2017, 12:30 crazycoder inoas, wait.... $_hidden ?
# Apr 19th 2017, 12:30 inoas on that issue
# Apr 19th 2017, 12:30 inoas you can formatResult AFAIK
# Apr 19th 2017, 12:30 inoas on your entity
# Apr 19th 2017, 12:30 inoas crazycoder: create real model, use $_hidden
# Apr 19th 2017, 12:29 inoas however if you want to remove things like that, maybe better make it a real model and not fetch any fields aside the maybe required onces for PKs/FKs
# Apr 19th 2017, 12:29 crazycoder should i use formatResult() ?
# Apr 19th 2017, 12:29 Junior inoas, yes, i have modified that, the thing is that i have removed the footprint and got that error, now i added it back and still get Missing or miss-referenced table class for database table footprints (auto-tables).