Glenn Shukster
- 活动总数 26
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
创建于 xdebug not working after upgrading to Php7
已回答Help, Before in Php 5 with PhpStorm debugging localhost was working great. After upgrading to php7 the code is working, but it is not hitting any breakpoints. I have rebooted and looked through the... -
创建于 Find usage for only sub class property
HiAlt F7 works great to find all instances of say $company->nameHowever, if I end up creating a couple of objects that extends from company say company_big & company_small.When I hit Alt F7 on comp... -
创建于 How do you change project folder
HiI am using Windows 8 and PhpStorm.I wanted to change the directory say from \old to \newRead through the threads but still can not find where to change this.Really don't want to have to recreate... -
创建于 trouble creating git
Hi After looking at the documentation in PHPStorm I am still very confused on how to setup git.I am developing on a Windows box and hosting with a2hosting. They have git installed, but it seems to... -
创建于 How to declare a type of an object within an object?
How do I declare an object that is property of another object without reasigning it? /** @var class_whatever $owhatever */ $owhatever-> this will work perfectly $this->owhatever-> will not wor... -
创建于 How to get xDebug working
HiI am running PhpStorm v8 & Wamp on Windows8.While I know xdebug is running (see settings below) I can not have PhpStorm to stop on a breakpoint.Any suggestions?Thanksxdebug xdebug support enable... -
创建于 How do I add files to a project?
HiI can see how to add directories to a project, however when I refactor on a file in a different directory that is in the project it says "Cannot perform refactoring. Selected Parameter is not lo...