$settings = new stdClass();
$settings->a = "hello1";
$settings->b = "hello2";
echo $settings->a; //ouput hello
$settings->a = "hello1";
$settings->b = "hello2";
echo $settings->a; //ouput hello
I am a PHP programmer, i have strong knowledge of various technologies like Web 2.0, LAMP , SAAS, WAAS.
Comments
Post a Comment