Microsoft
Software
Hardware
Network
Question : Whats the difference? $var and $_var
Check these 2 classes,
class Class1
{
private $_name;
private $_job;
private $_age;
}
class Class2
{
private $name;
private $job;
private $age;
}
Is there any difference using a '_' before the variable ?
Answer : Whats the difference? $var and $_var
It makes it different variable.
Random Solutions
MaxConnections parameter in websphere plugin
Sharepoint - Add sub item links to top navigation.
Multi-Site, single IP and DNS records
AIX DB2 error
Modal Popup Validation Summary
Can't Install Microsoft Entourage 2008 for Mac, Web Services Edition
In Outlook how do you create contact shortcuts when sending mail?
Anyone run an online backup software along side Ghost with no conflicts.
SQL 2008 Analysis Services hardware recommendations
Can't access variable in code behind page