Glenn Shukster
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created xdebug not working after upgrading to Php7
AnsweredHelp, 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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... -
Created 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...