Entries in the ‘PHP’ Category:

Writing You Own PHPUnit Listener

Well, in the company, Parkyeri, we have restarted to a crusade to cover all the code lines we had by writing unit tests.
As a PHP Developer, I’m taking the part where I have to write PHPUnit, the xUnit family which is developed for the PHP language. I had used it in the first version for [...]

Leave a Comment

Netbeans 6.5 and PHP Support

Well, a new feature has been added to Netbeans from now on. With the new release of 6.5, PHP support has been added and now we have an IDE which fully support code complete (including your own classes, methods, functions and variables), PHPDoc abilities(showing doc for your own classes) and, of course, debugger features. It’s [...]

Comments (4)

PHP Namespace Issue

First of all, I’m not against it. I do not understand why it does really matter what the namespace separator is.
What kind of difference will it create to use “/”, “\”, “:::”, “;;;”, “{{}}” or whatever. Well of course that I do not like to use a namespace like “thisisnamespaceseperator”. It must be easy to [...]

Leave a Comment

How to Customize Magento Product Page

I’m back with another tutorial about Magento. I’m not the best man you can find about Magento. But I’m trying to learn something from forums. The best you learn something is when you can explain it to someone else. So this is for that!
As I had mentioned in my previous post Magento is an open [...]

Comments (1)

Some More Updates About Boop

Well as you may remember I was working on a cms named Boop for half a year now, at least that’s all I can remember, as I’m the only developer it takes time to get things going. I recently had time to spent with it and things are getting better and better.
Yesterday I have [...]

Leave a Comment

Some Updates About Boop

Well if there are some people who were watching my previous blog, they may know that I was working on a blog system name “boop”. While I was struggling with Wordpress, Drupal, joomla and others I had really bored and decided to write down my I own. Time has passed and I said to myself [...]

Leave a Comment