He's my one of the favorite musician. Now he's become the 1st Indian ever to win a Golden Globe Award. He bring the pride for India. He was nominated for the Best Original Music Score for the movie Slumdog Millionaire.
This movie has been emerged as favorite one for the prestigious Oscar. So the next is that only. It won other awards for the Best Screenplay, Best Director and Best Motion. Congrats Rahman.. Congrats INDIA.
He's not having charm like SRK in Bollywood and Tom Cruise in Hollywood, not having guls alwayz around & after him like both of mentioned earlier. But he is a Tom Hanks of Bollywood. Yes, the image of Aamir is just like Tom Hanks. The acting & the the way he represents we can compare Aamir with Hanks.
Aamir has also said that he want make a remake of Hollybood blockbuster, 'Forest Gump'. It was the movie in which Tom Hanks played a fantastic role. Let see, What's next Mr. Perfectionist Aamir Khan will do, after the recent blockbuster 'Ghazini', which was the remake of Tamil movie with same title.
Its the last day of the year 2008. I m confused, I should be happy or not!
So many things happened for me in the last year. Some of the things from those, I will not get in future.. that's sure. If today one can restart the year 2008, I will be agreed. Doing that I want to enjoy it again, want to fix the mistakes I did in that span of a year. But unfortunately, its not possible.
Today I want to decide, anyhow I will make the year 2009 more enjoyable than the 2008 for me. Bye.. 2008..
Welcome.. 2009. Let me be a part of all happiness you going to give you the world.
Its simple and sober to assign value to a variable in Smarty. However assign an array to a variable in .tpl file is not simply available. You can create ab array in PHP and assign it to the variable to be used in smarty template, but its on PHP side.
But what if you want to do something like this ?
{assign var=$col_width value=array('2%','10%','17%','13%','20%','10%','19%')}
No, we cant do that. For doing the same thing you have to put a compiler.set.php file inside smarty directory. Can be downloaded from here : http://smarty.incutio.com/?page=set
Put it here: smarty/libs/plugins
To create array use the syntax below:
{set var=$col_width value=array('2%','10%','17%','13%','20%','10%','19%')}