Rick Kukiela

Avatar
  • Total activity 27
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 8
  • Created

    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 ...
    • 2 followers
    • 4 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 1 comment
    • 0 votes
  • Created

    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...
    • 3 followers
    • 5 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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} />";...
    • 5 followers
    • 5 comments
    • 0 votes