Some valuable points in Yii

Here I want to share some valuable points which may helpful for Yii developer. 1.Getting current theme in Yii Ans: Yii::app()->theme->name 2. Getting base URL in Yii: Ans: Yii::app()->getBaseUrl(true);
Here I want to share some valuable points which may helpful for Yii developer. 1.Getting current theme in Yii Ans: Yii::app()->theme->name 2. Getting base URL in Yii: Ans: Yii::app()->getBaseUrl(true);
Here I want to share some useful MySQL queries , tips & points 1. To get last executed queries in MySQL : Ans: You can get last executed queries in MySQL by command : First […]
1. How to get value and text of a selected element from Dropdown by jQuery ? Ans: value=$(‘#selectid option:selected’).val(); text=$(‘#selectid option:selected’).text(); e.g. <select id=”myselect”> <option value=”1″>Label 1</option> <option value=”2″ selected=”selected”>Label 2</option> <option value=”3″>Label 3</option> </select> […]
Another phase of our collection and knowledge on WordPress Interview Question , we want to share with you . Also it can helps you on knowledge growth too. 1. Is the functions.php file required in […]
Another phase of our collection and knowledge on WordPress Interview Question , we want to share with you . Also it can helps you on knowledge growth too. 1. Which of the following methods can […]