Log message #4180973

# At Username Text
# Mar 27th 2019, 09:24 neon1024 Morning all :wave:
# Mar 27th 2019, 04:32 admad @xavier981 neither, I use vscode
# Mar 27th 2019, 04:32 admad JayDeLux_: if you want something free check out vscode with plugins for PHP
# Mar 26th 2019, 23:56 challgren You can also get PHPstorm with a discount if you email them takes an extra day and its 50% off
# Mar 26th 2019, 23:54 challgren And well worth every penny
# Mar 26th 2019, 23:19 dereuromark its called expenditure , both for companies and if you are independent
# Mar 26th 2019, 23:18 JayDeLux_ @slackebot: phpstorm is not free like Eclipse -_-
# Mar 26th 2019, 21:46 xavier981 (release version)
# Mar 26th 2019, 21:46 xavier981 any person know the date of the version 4 ?
# Mar 26th 2019, 21:40 xavier981 lol
# Mar 26th 2019, 21:37 JayDeLux_ :-) have started an IDE war now lol
# Mar 26th 2019, 21:35 xavier981 @admad you prefer netbeans or phpstorm (for cakephp) ?
# Mar 26th 2019, 21:32 xavier981 i think netbeans is a good ide for cakephp with the plugin
# Mar 26th 2019, 21:31 xavier981 Hi
# Mar 26th 2019, 21:31 admad Last thing, check out PHPstorm. It's the most popular PHP ide these days. Will be easier to find tuts for setting up xdebug it. Plus you will get goodies to help you as a PHP newbie
# Mar 26th 2019, 21:29 JayDeLux_ That helps, thank you slackebot
# Mar 26th 2019, 21:27 admad gn
# Mar 26th 2019, 21:27 admad xdebug is the de facto php debugger
# Mar 26th 2019, 21:27 admad google just for php debugging, not cakephp specific
# Mar 26th 2019, 21:26 admad you wont finding anything in cookbook regarding it since using a php debugger is a general php thing not specific to cakephp
# Mar 26th 2019, 21:24 JayDeLux_ ... unless you have a link handy that would save my night (regards from belgium)
# Mar 26th 2019, 21:24 JayDeLux_ Txs, I guess I will have to dig deeper in Google with different keywords to figure out how to set this up; I spent the last couple of day son the Cookbook though, didn't come across something relevant (for my defence I come from Java world, struggling a bit learning cake and PHP at the same time
# Mar 26th 2019, 21:22 admad JayDelux_: cakephp like any php code can be debugged using a debugger :slightly_smiling_face:
# Mar 26th 2019, 21:19 JayDeLux_ Hello. Looking into Cackephp for a small prject. 1 point I'd like to clarify: Is it not possible to plug my IDE (Eclipse) debuger to step through my code to debug? Is the only way to debug to show values using debug($value)? Thank you in advance.
# Mar 26th 2019, 20:10 itmpls yep manual worked, i wonder if there's a trigger to have cake do that itself..
# Mar 26th 2019, 20:06 ricksaccous yeah maybe give that a go, usually that makes columns accessible
# Mar 26th 2019, 20:05 itmpls could probably do a manual join() i guess too
# Mar 26th 2019, 20:04 itmpls seems like i may have to
# Mar 26th 2019, 20:04 itmpls yeah.. mm
# Mar 26th 2019, 20:04 itmpls i'm trying to avoid a collection
# Mar 26th 2019, 20:04 ricksaccous if it's a hasmany not sure if you could do that though, the join thing
# Mar 26th 2019, 20:03 ricksaccous you can do it with collections or you'd have to do a join in order to make the column accessible
# Mar 26th 2019, 20:02 itmpls how can I apply a sum() select to a 2 level association that gets pulled in through a separate query through cake? 'jobs' hasMany documents and documents hasMany line_items.. $jobsQuery->select(['price_sum' => $jobsQuery->func()->sum('LineItems.price')])->contain(['Documents.LineItems']) -> column doesn't exist. tried a sum() within the contain as well..
# Mar 26th 2019, 18:21 ricksaccous works like a charmmm
# Mar 26th 2019, 18:17 ricksaccous thank you
# Mar 26th 2019, 18:17 ricksaccous @dereuromark sorry, was the cache
# Mar 26th 2019, 18:16 ricksaccous let me see that could be it
# Mar 26th 2019, 18:16 dereuromark cache issue?
# Mar 26th 2019, 18:16 ricksaccous weird, because i just ran the migrations fresh
# Mar 26th 2019, 18:16 dereuromark sounds like you either didnt run the migrations correctly, or have some other data integrity issue
# Mar 26th 2019, 18:15 ricksaccous i mean bin/cake queue but you get what i mean