June 2012
4 posts
install mongodb php driver in wampserver (windows)
For installing mongodb php driver on wamp server (windows)
check the following blogs.
http://www.pronique.com/blog/installing-mongodb-on-windows-the-wamp-way
http://miofme.blogspot.in/2011/07/installing-mongodb-on-wampserver.html
7 tags
using multiple radio button in yii
When we use multiple radio buttons with same name in Yii many people have the problem on getting the value of the selected radiobutton. The radioButtonList can be used for that, but if we need to use radioButton itself to place the button any where in a view, we need to include one more parameter in htmloption array().
‘uncheckValue’=>null
Usage
echo CHtml::radioButton('btn',...
3 tags
What's new in Yii2 →
New features of Yii2 slide show by Alexander Makarov
Napster's Experiments with Freedom: Phonegap for... →
subinsebastien:
Reading time : Less than 10 minutes
Check the date first and make sure you are not reading some old crap. I hope you have properly read my last post and explored the possibilities of Android application development. In this post, I’m trying to introduce another wonderful concept in mobile…