Log message #4153254

# At Username Text
# Jun 22nd 2018, 10:04 neon1024 Because the convention in the Form helper for form control data is that way
# Jun 22nd 2018, 09:48 Magiq Why here https://github.com/FriendsOfCake/crud/blob/master/src/Listener/RelatedModelsListener.php#L94 uses association name, not propertyName ?
# Jun 22nd 2018, 09:11 neon1024 :thumbsup:
# Jun 22nd 2018, 09:10 birdy247 still got work to do before it feels completely right, but this was certainly a step in the right direction
# Jun 22nd 2018, 09:10 birdy247 @neon1024 :+1: feels much nicer now
# Jun 22nd 2018, 09:04 neon1024 https://book.cakephp.org/2.0/en/installation.html#permissions
# Jun 22nd 2018, 09:00 santiago17 is that good?
# Jun 22nd 2018, 09:00 santiago17 I got the permissions on user:user to app/tmp
# Jun 22nd 2018, 08:58 neon1024 I’d just do what it tells you
# Jun 22nd 2018, 08:49 santiago17 I am having this error now, if somebody could say something what is missing there? https://thepasteb.in/p/Elh1z2A7Dl0Cm
# Jun 22nd 2018, 08:47 santiago17 thank you anyway
# Jun 22nd 2018, 08:47 santiago17 I have answered myself with that code log
# Jun 22nd 2018, 08:40 santiago17 https://thepasteb.in/p/mwh1730495kc5
# Jun 22nd 2018, 08:39 neon1024 Might also want to update to 2.10
# Jun 22nd 2018, 08:38 neon1024 If you’re seeing a directory listing of files, then you have an issue with your webserver
# Jun 22nd 2018, 08:38 neon1024 https://book.cakephp.org/2.0/en/installation.html
# Jun 22nd 2018, 08:38 neon1024 Did you follow the installation instructions?
# Jun 22nd 2018, 08:36 santiago17 somebody coul help me out to set it up, please?
# Jun 22nd 2018, 08:29 birdy247 and you are the king of complex -> simple
# Jun 22nd 2018, 08:25 neon1024 I quite like abstract software design, it works for my brain
# Jun 22nd 2018, 08:25 birdy247 you are cool :slightly_smiling_face:
# Jun 22nd 2018, 08:24 birdy247 Ok, so this is cool
# Jun 22nd 2018, 08:24 neon1024 Oh yeah, that would work too
# Jun 22nd 2018, 08:23 birdy247 ModelAwareTrait?
# Jun 22nd 2018, 08:23 neon1024 Or implement the LocatorAwareTrait and grab them from the TableLocator also I guess
# Jun 22nd 2018, 08:22 neon1024 Well you will need the table class to create a new entity, so you could just pass the table class instances into the new Stationary class
# Jun 22nd 2018, 08:20 birdy247 presumably I can use these in my new Stationary class?
# Jun 22nd 2018, 08:20 birdy247 in my InvoiceItems table, I have methods like createPenInvoice, createRulerInvoice
# Jun 22nd 2018, 08:18 birdy247 :slightly_smiling_face:, you always convince me :+1:
# Jun 22nd 2018, 08:18 santiago17 Hello, I have a project in cake 2.9.1 I have already placed into the root of the virtual machine and is showing me just the directory. I have installed and set up its DB, gave permissions to write to the folders and subfolders. I have tried everything during the whole day and do not what else to do
# Jun 22nd 2018, 08:17 neon1024 Blimey I almost sound like I know what I’m doing :flushed:
# Jun 22nd 2018, 08:16 neon1024 Especially in collection style classes imho
# Jun 22nd 2018, 08:16 neon1024 Just remember, Composition over Inheritance
# Jun 22nd 2018, 08:16 birdy247 :slightly_smiling_face:
# Jun 22nd 2018, 08:16 birdy247 blimey @neon1024 ill be going off the cake piste soon
# Jun 22nd 2018, 08:15 neon1024 If you wanted to make it more future proof, you could implement your own Registry
# Jun 22nd 2018, 08:15 neon1024 Then call the method which does the dependant create
# Jun 22nd 2018, 08:15 birdy247 shouldSaveRuler
# Jun 22nd 2018, 08:15 neon1024 Which did that check
# Jun 22nd 2018, 08:15 neon1024 Well you’d write a method
# Jun 22nd 2018, 08:14 birdy247 would it do this lookup in the savePen() method