Archive for 'PHP'

The perfect web application framework

Posted on 17. Nov, 2008 by forouzani.

0

When talking about frameworks such as Ruby on Rails or Symfony, it is often expected that the framework should solve all your problems out of the box. Unfortunately, this is almost never the case. If it were as black and white as this, most web developers would not currently have their job. The issue is [...]

Continue Reading

Best PHP IDE?

Posted on 22. Jan, 2007 by forouzani.

2

I remember about 2 years ago, when Visual Studio 2005 was in its beta stages, I was doing quite a lot of work in C#, and as would be expected, my IDE of choice was Visual Studio. I also remember when I finished building my C# project and was moving back into all my leftover [...]

Continue Reading

Function overloading with PHP

Posted on 09. Dec, 2006 by forouzani.

0

Ive been looking for information regarding function overloading in PHP for a few days now, and I havent found anything useful, so I thought I would give my thoughts on the topic. Function overloading allows us to have more than one method interface. In essence, a function can perform difference tasks depending on the types/numbers [...]

Continue Reading