As NetBeans has started to be a great IDE with powerful debugging features, like most people who are migrating to NetBeans, I would like to use it’s built-in debugger abilities. PHP debugging is not new. XDebug is quite around for some time but it always lacked the attention it has now. From now on PHP [...]
PHP Debugging on PHP IDEs
Using Zend_Form
After my obsessions with logger and debugger functionality in Zend Framework, for nearly a month I was looking for Zend_Form component. It drove me to look for Zend_Form_Decorator and Zend_Controller_Action_Helper. I did quite a research about them, looked around the code, tried to understand how it worked and how I would be manipulating them to [...]
NetBeans 6.7 M2, PHP and Remote Development
Well, as you know I have started to use Netbeans for PHP development for a time being and I’m about to give up from my favorites, Zend Studio and of course Vi!
How to set Subversion to ignore files
This part is a self reminder more than an actual blog :)
First you got to understand that svn does not have an ignore command. so you can’t use something like:
svn ignore tmp/*
It does not actually suit subversion anyway. If you add it to the repository you have to want to check it’s changes, else don’t [...]
