micha

Avatar
  • Total activity 47
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 14
  • Created

    [mysql] inspection warning: unable to resolve column (alias)

    hi there, for me this is legal sql.but phpstorm is unable to see, that "ordid" is an alias of "o.ord_id".is there any good way to fix that without using "# noinspection SqlResolve" inside my sql ??...
    • 2 followers
    • 2 comments
    • 1 vote
  • Created

    windows: phpunit via ssh on remote: how ?

    hi all,i am not able to make phpunit remote via ssh working.my setup:- phpstorm 9 (latest): windows- linux- local path: B:\projects\tests\1\ (mounted via samba to widows)- remote path: /home/projec...
    • 3 followers
    • 2 comments
    • 1 vote
  • Created

    phpstorm does not save svn login data

    hi there, i am getting mad. everytime i close phpstorm, the svn login informations get lost ;(i am using latest EAP. don´t know if that is a bug, would be very happy if someone can help me here !th...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    inspections of class names with different capitalization

    hi,today i noticed that phpstorm does not inspect class names written with different capitalization:class DateAndTime { ... }phpstorm does not nag about:dateAndTime::now()ordateandtime::now()that´s...
    • 3 followers
    • 4 comments
    • 1 vote
  • Created

    monitoring keyword todo

    sometimes i have properties called "todo":<?php/** * @property mixed mode * @property mixed todo */class params { .... }phpstorm always parses this as a real todo comment, does anyone know howto fi...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    problem with mysql query inspections

    hi,i have a lot dynamic built sql queries like this one here in the screenshot:"DELETE FROM XXX WHERE aaa = ? ".$AND;or"SELECT * FROM XXX ".$WHERE." ".$AND;i don´t see a way to tell phpstorm, that ...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    [EAP 131.332] Unneeded comma

    hi all,i cannot really understand this "unneeded comma" notice....the code is NOT working with removing this comma, i see this as a bug - and you ? ;)regards,micha
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    unused local variable - bug ? (PS-130.1639)

    because of the "IF", phpstorm cannot say, that it´s unused, or am i wrong here ???thx
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    EAP 7 PS-130.1562: referenz or IF expected, unexpected end of file

    hi all,can anyone explain this notice/error to me ??
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    Method not found

    dear all,i am using an array to store several db connections inside, so at many lines i use this in my code:$ret =  $this->db[$this->mode]['produkte']->sql_query("SELECT....");of course phpstorm al...
    • 2 followers
    • 2 comments
    • 0 votes