php Archive

  • As a follow up from my last post Xdebug – Installation and customization this post is about configuring xdebug and a php editor (eclipse PDT) in this case to be...

    Xdebug – Remote Debugging

    As a follow up from my last post Xdebug – Installation and customization this post is about configuring xdebug and a php editor (eclipse PDT) in this case to be...

    Continue Reading...

  • I am currently writing a PHP app which had to have a command line interface. I came across this excellent library in PEAR Console_CommandLine. Its core functionality is very useful...

    Writing a php command line based app using Console_CommandLine

    I am currently writing a PHP app which had to have a command line interface. I came across this excellent library in PEAR Console_CommandLine. Its core functionality is very useful...

    Continue Reading...

  • If your precious evening hacking time has been wasted by this useless error message: Then look no further, this was the oddest error message which caused errors inconsistently when generating...

    [Doctrine_Parser_Exception] Fail-some error message!

    If your precious evening hacking time has been wasted by this useless error message: Then look no further, this was the oddest error message which caused errors inconsistently when generating...

    Continue Reading...

  • While doing development just noticed that if you have installed php with curl support using macports it does’nt install ssl support in curl by default which is quite frustrating. Especially...

    Enabling HTTPS support in curl installed through MacPorts on OSX

    While doing development just noticed that if you have installed php with curl support using macports it does’nt install ssl support in curl by default which is quite frustrating. Especially...

    Continue Reading...

  • The recent project that I am working on for a client has taught me more about svn than I ever did because of the complex nature of the product. It...

    using svn for development in symfony

    The recent project that I am working on for a client has taught me more about svn than I ever did because of the complex nature of the product. It...

    Continue Reading...