PHP Survey software
Spent most of this week working on getting some php open source survey software to work. All in all, the work is going well. I don’t have much knowledge of php, but it has been a snap to install and edit. The thing that is strangest is that the variables are not strongly typed as they are in Java. It seems so strange just to start using a variable without firmly declaring what type of variable it is. It does make reading someone else’s code a bit harder to say the least.
I guess it is not just me, but I always feel that my code is well-commented (at least when it is finished). And I always feel that others comment their code very poorly, especially when I am trying to sort out how to change their code.
open+source php survey software
Tags: Open Source, php, survey software
