Bob Williams

Avatar
  • Total activity 15
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6
  • Created

    Nested SVN checkouts

    We use nested svn checkouts for a couple of our projects. In these cases, the project looks something like this:project > svnUrl1folder1 > svnUrl1/folder1folder2 > svnUrl1/folder2folder3 > svnUrl2S...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Zend Server on OS X: Running php-cli in lieu of php

    On OS X, Zend Server comes with a PHP binary at /usr/local/zend/bin/php. For running things on the CLI, however, one must go through /user/local/zend/bin/php-cli, which is just a shell script that ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    How to tell IDE to ignore SQL syntax error

    I have an SQL query that's being partially built by PHP, and the PHP-provided parts are inserted into the query via string variables. However, because the part being inserted by PHP is more than ju...
    • 4 followers
    • 4 comments
    • 0 votes
  • Created

    Change the default parameter regex in database console

    I'm just exploring the use of the database console in PhpStorm. It seems to have some nice features, but I have couple of questions about how it recognized parameters in queries: By default, it doe...
    • 2 followers
    • 1 comment
    • 0 votes