Adrian Grund

Avatar
  • Total activity 135
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 39
  • Created

    @noinspection for one line

    Hello,is it possible to use @noinspection for just one line of code or for a special area in code?E.g. I would like to suppress error for the following: "Cannot resolve file path '$pathMiddle'.echo...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    Cannot delete file - filename starting with slash after using uml

    Hello,yesterday I tried uml-diagrams for the first time in phpstorm.Now I have a big problem.After saving a diagramm to an uml-file I cannot delete the uml-file anymore.The problem is quite strange...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    phpStorm Cant use diagrams

    Hello,when clicking the context button in a php file and focus on "diagrams" I only can select "show changes".Where is the option for see the diagram at all?Or do I have to use any 3-party tool...T...
    • 3 followers
    • 10 comments
    • 0 votes
  • Created

    Xdebug proxy: Cannot connect to xdebug prox on ....:9000

    Hello.I just tried out phpStorm EAP 3.When I tried to establish Debug on a remote linux server, phpStorm is not able to establish a conection with the xdebug proxy.I checked phpinfo: the newstest x...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    How to setup subversion.

    Hello.As a newbie in linux I finally made it in setting up a working subversion server on my virtual server.I can checkout and commit using the prompt in the terminal, I have a svn user and a svn p...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    php with sql - cannot resolve tablename as variable

    Hello,I really like to work with phpStorm becuase of the possibilities to combine php and mySQL with language injection.This works fine as long as I "hardcode" the mySQL part.Because I am working o...
    • 4 followers
    • 6 comments
    • 2 votes
  • Created

    Refactoring - Reorder function members

    Hello,I really like the "Extract" refactoring tool in phpStorm. It is working great!In my projects I often have a large amount of parameters in the methods header, likefunction test(a1, a7, a2, a9,...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    field checking

    Hello,I have a question regarding "field checking".Lets have the following code:1. $sql = "SELECT a FROM my_table WHERE id=12";2. $result = $myagTools->mysql_query_routine($sql, $mydb_connection);3...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    Line warp / soft wrap

    Hello,I love phpStorm.But the wrapping seems very complicated for me when editing php-files.Isn´t there any possibility for a "normal" line-wrap,that means, that after reaching e.g. 120 characters,...
    • 4 followers
    • 8 comments
    • 2 votes
  • Created

    Undefined variables in included files in php

    Hello,I am new to this forum, my name is Adrian.I have a question:When I use "Inspect code" in phpStorm on my php-Project, I get "Undefined variables errors" in files which are included by other fi...
    • 2 followers
    • 3 comments
    • 0 votes