Posts

Showing posts from May, 2014

top yii theme collection

Image
yii add theme folder name in main.php I have collected the best yii framework theme and zipped.Just extract individual theme in extension folder in yii project.you just need to alter the content of the yii site. top yii theme collection

how to implement bootstrap in yii framework?

Recently I have implemented bootstrap in my yii project with step by step process information shared  in stackoverflow website. Link: how to implement bootstrap in yii framework?

upgrade xampp in ubuntu(solved)

Recently i needed to upgrade xampp php5.4 to php5.5.11 as php5.5.11 is stable release as per php official site  http://in1.php.net/downloads.php   so i was trying to upgrade the xampp ,but ubnutu app store the remove button was not working.so followed few step to upgrade. step1:please back up the htdocs folder and export sql file from phpmyadmin to reuse. step2: opem terrminal and run the code   sudo rm -rf /opt/lampp  which removes folder and files from lamp in ubuntu file syterm. step3:download installer file from  https://www.apachefriends.org/download.html step4: run following code in terminal sudo chmod +x /home/globas/Downloads/xampp-linux-1.8.3-4-installer.run  sudo /home/globas/Downloads/xampp-linux-1.8.3-4-installer.run  This will open bitnami gui to install xampp. after installing open xampp by terminal by follwing code: sudo /opt/lampp/lampp start enjoy the day..............