Trevor White
- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 8
- Subscriptions 9
-
Trevor White created a post, AnsweredExtract Columns for renaming
Does 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_... -
Trevor White created a post, 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... -
Trevor White commented, -
Trevor White created a post, 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. ... -
Trevor White created a post, AnsweredExport Endpoints/User Documentation
Hi 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... -
-
-
Trevor White created a post, 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... -
-
Trevor White created a post, 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 ...