Log message #4180987

# At Username Text
# Mar 27th 2019, 10:15 challgren Or not use ide helper?
# Mar 27th 2019, 10:14 challgren So should I not bake @dereuromark
# Mar 27th 2019, 10:14 dereuromark => https://github.com/cakephp/bake/pull/514
# Mar 27th 2019, 10:12 dereuromark @ravage84 https://github.com/cakephp/bake/compare/1.9.2...master#diff-9e729c6fd0a87c9303d114549f819a45R34 breaks IdeHelper and seems to add noise lines. Can we fix that?
# Mar 27th 2019, 10:01 challgren NM
# Mar 27th 2019, 09:59 challgren Ok so question if using the new Authentication and the User Entity gets set in the session what happens when doing $this->request->getSession()->read(‘Auth.entity_prop’)
# Mar 27th 2019, 09:44 neon1024 I used to struggle to update PHP Storm on Ubuntu, but since work bought me a new Macbook, I don’t tend to use my own laptop much :slightly_smiling_face:
# Mar 27th 2019, 09:41 neon1024 ..but I tend to use PHP Storm as my work bought me a license
# Mar 27th 2019, 09:41 neon1024 I tried VSCode after @admad mentioned it and I found it quite nice to use, works well with the right plugins
# Mar 27th 2019, 09:40 challgren Using FOC/cakephp-upload
# Mar 27th 2019, 09:39 challgren Anyone have any issues with iOS users not being able to use a form file upload?
# Mar 27th 2019, 09:33 dereuromark basically on all Cake internal class strings - like https://github.com/cakephp/cakephp/issues/13069#issuecomment-477060266 ?
# Mar 27th 2019, 09:33 dereuromark @admad does vscode also have autocomplete on loadModel() etc available?
# Mar 27th 2019, 09:25 challgren Morning/Evening @neon1024
# 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