Forum: TalkPHP Developer Team
07-17-2008, 11:10 AM
|
|
Replies: 138
Views: 5,153
I know I'm not 'supposed' to be posting in this...
I know I'm not 'supposed' to be posting in this forum, but I'd just like to point out that you could use a set of guidelines which are endorsed by other big open source projects such as phpBB, Joomla...
|
Forum: Absolute Beginners
06-22-2008, 04:46 PM
|
|
Replies: 7
Views: 987
Personal preference, they are identical.
The _...
Personal preference, they are identical.
The _ just changes the variables name, there's nothing special about it.
It's like comparing $a to $b .
However, some superglobal variables (i.e. $_SESSION,...
|