micha
- 活动总数 47
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 14
-
创建于 [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 ??... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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 ... -
创建于 [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 -
创建于 unused local variable - bug ? (PS-130.1639)
because of the "IF", phpstorm cannot say, that it´s unused, or am i wrong here ???thx -
创建于 EAP 7 PS-130.1562: referenz or IF expected, unexpected end of file
hi all,can anyone explain this notice/error to me ?? -
创建于 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...