Trevor White
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 9
-
Created Extract Columns for renaming
AnsweredDoes anyone know if there is a way to expand all the column names automatically from an query in phpStorm/DataGrip. I have a query: select g.*, s.*from servicetemplategroups gJOIN servicetemplates_... -
Created Debug Breakpoint: Notice Error
Sorry for asking a really stupid question, but I'm trying to debug my script and it's trying to access an invalid array value: Notice Error: Undefined offset: 16602086 Notice Error: Trying to acce... -
Created Change Class Property to Method
I'm upgrading an application from CakePHP 2 to CakePHP 4, annoyingly one of the tasks I need to change all: $this->params['option'] To $args->getOption('option') Where option could be anything. ... -
Created Export Endpoints/User Documentation
AnsweredHi all, I've been a long time user of phpStorm, but I've been assigned a new project using Java 8/Maven/Angular, I'm slowly getting up to speed. One thing on my list is documentation, the Endpoin... -
Created Add Project Files to Git
Hi all, When I upgraded to 2019.2 phpStorm asked me if I wanted to add my project files to git, at the time I was working in a branch so didn't want the checkin to be there, however now I'm back in... -
Created Break String Across Two Lines
Hi all, This is a really, really basic question so I apologize in advance but I just can't find the answer. I quite often write SQL into the code like most people and the command can become quite ... -
Created Selective Download Files
Hi phpStormers, I have what seems a really basic question that I seem to be having trouble with, I hope someone can help. I work on a remote Server via SFTP, the files I need are dotted all over th... -
Created Autocomplete of elements added to $this
Hi phpStorm, I'm hoping someone can help me with auto-complete (or tell me off for doing it wrong). I'm using phpStorm with CakePHP, and have got the $this-> completing quite well, however I'm find... -
Created SublimeCakePHP in phpStorm
AnsweredHi all, I was wondering if anyone knows of a way of adding auto completes to phpStorm, I'm new to CakePHP (and phpStorm) and it would be really useful if I can add the auto completes from https://g...