Rick Kukiela
- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 8
-
创建于 Project Wide Search and Replace MAJOR BUG!!!!
This is a serious WTF MFFFFFFWWFJKODSFJLD:SFJL: moment I'm having.I have a GIANT project that I'm trying to convert to use my mysql driver class.I need to change all occurances of 'mysql_query' to ... -
创建于 CSS indenting not working
I have my css code style set up to use tabs (i just prefer them) and when I create a newselection it does not automatically indent upon hitting returnSo I get stuff like this:#someID {prop: val;pro... -
创建于 How do I use code sniffer to migrate legacy php code?
I have a bunch of legacy sites built on php 5.2 with some admitedly bad coding practices. I need a quick way to go through each site and sniff out deprecated functions and illegal code against a la... -
创建于 Database Tools - Feature request and suggestions
As I understand it, database stuff is a recent addition to phpstorm. I my self have just started using it. I really love the idea of being able to do all of my work from one place and not have to k... -
创建于 Mysql colums show alphabetically?
Why does phpstorm force my tables to list columns alphabetically?I want my tables to all list the columns how they are positioned in the database, not alphabetically.I cannot find a setting to chan... -
创建于 Mysql Add new column (at position)?
I have been playing with the Mysql tools as to integrate my work flow. The one thing I am having trouble figuring out how to insert a new column after another column. It seems even right clicking o... -
创建于 There should be a space between attribute and previous attribute
Take this example:<?phpif($somevar) { $class_code = " class=\"active\"";} else { $class_code = "";}echo "<img src=\"/img/somefile.jpg\" alt=\"\" width=\"50\" height=\"50\"{$class_code} />";...