Log message #4171749

# At Username Text
# Dec 30th 2018, 11:56 birdy247 Is there a way to neatly package them up, or should I make a AdminCommand which then provides options which can call other commands
# Dec 30th 2018, 11:55 birdy247 with commands, I find myself creating a new one for each task
# Dec 30th 2018, 11:55 birdy247 etc..
# Dec 30th 2018, 11:55 birdy247 bin/cake admin restore
# Dec 30th 2018, 11:55 birdy247 i.e. bin/cake admin backup
# Dec 30th 2018, 11:55 birdy247 and then have various methods that lived inside this
# Dec 30th 2018, 11:54 birdy247 One thing I used to do in a shell was create a shell like AdminShell
# Dec 30th 2018, 11:54 birdy247 I am switching from shells to commands
# Dec 30th 2018, 11:06 daviz_xtr Hi all. Can someone help me with this case of entities? adverts hasMany advertsagencies with agency_id adverts hasMany advertsagencies with advert_id I get results but I can not save in adverts_agencies
# Dec 30th 2018, 09:43 birdy247 @admad I made those changes :slightly_smiling_face:
# Dec 30th 2018, 09:32 challgren Morning birdy!
# Dec 30th 2018, 09:14 birdy247 Morning
# Dec 30th 2018, 06:09 isvyas Hello Guys, Good morning I'm looking for the contributor for this project, if anyone interested. https://github.com/ishanvyas22/cakephpvue-spa
# Dec 30th 2018, 06:01 nayakvradhit Hi can you please tell me what default files in cakephp 2.10 is unchanged for migration to php7 ??
# Dec 29th 2018, 20:03 k4t from CRUD plugin
# Dec 29th 2018, 20:03 k4t like JsonAPI listener
# Dec 29th 2018, 20:03 k4t and I am also interest in standardized JSON responses
# Dec 29th 2018, 20:03 challgren Understandable
# Dec 29th 2018, 20:03 k4t but this time I want try something new... theoretically better... less code to write etc
# Dec 29th 2018, 20:02 k4t yeah, I was also thinking about something similar
# Dec 29th 2018, 20:00 challgren Thats how I handle json in my app. I dont rely on any plugin
# Dec 29th 2018, 19:59 challgren https://audit-app.gitlab.io/website/src/Controller/EnergyAuditMeasuresController.php.html#26
# Dec 29th 2018, 19:58 challgren standby hospital is calling me
# Dec 29th 2018, 19:58 k4t generally idea with .format is awesome
# Dec 29th 2018, 19:58 k4t of course he can always add .json at the end of urls but not everybody can noticed that at the beginning etc
# Dec 29th 2018, 19:57 k4t yup
# Dec 29th 2018, 19:57 challgren Yeah cause if the user is manually typing the url directly its not really an API at that point
# Dec 29th 2018, 19:56 k4t but it is sad that it is so tricky to achieve that
# Dec 29th 2018, 19:56 k4t if think that I will just throow Bad Request for not json urls
# Dec 29th 2018, 19:55 k4t yes, with that set of data ;)
# Dec 29th 2018, 19:54 challgren and user is data instead
# Dec 29th 2018, 19:53 challgren so the only diff between the 2 is the extra viewVar: “user”
# Dec 29th 2018, 19:47 k4t without JsonAPI listenre
# Dec 29th 2018, 19:47 k4t no, only this: https://github.com/FriendsOfCake/crud
# Dec 29th 2018, 19:47 challgren Your using FOC/crud-json-api?
# Dec 29th 2018, 19:46 k4t (see my examples above)
# Dec 29th 2018, 19:46 k4t that code will make urls without .json ext work but json response format will be different from urls with .json ext
# Dec 29th 2018, 19:45 k4t no, it is not a problem on that stage of project
# Dec 29th 2018, 19:45 k4t https://gist.github.com/K4T/1a2972e2e93fa1bb542a63a683675a26
# Dec 29th 2018, 19:43 challgren You can PM it to me if you dont want to publicly share it
# Dec 29th 2018, 19:42 k4t sure, w8