When it comes to Arrays in PHP, which style do you use...
1.) Singular
Code:$answer(); $name();
2.) Plural
Code:$answers(); $names();
3.) Append "List"
Code:$answerList(); $nameList();
4.) Append "Array"
Code:$answerArray(); $nameArray();
I sorta like #3 or #4...
Debbie



Reply With Quote






for @

Bookmarks