Install Yii sebenarnya mudah, aku menuliskannya disini karena takut lupa. heheheh... :)
spesifikasi yang aku pakai : xampp 1.7.7

1. download source yii...
2. extract file source, bisa ditaro dimana saja, tp ak taro di htdocs jg.
3. buka cmd, dan mengetikkan perintah seperti dalam gambar.
dan selesai instalasi yii nya. hehehe..




When i use Yii framework and oracle for my web application, i found this error : CDbConnection failed to open the DB connection: could not find driver. For my problem, the solution is :

  1. I use xampp with PHP version 5.3 (up)
  2. setting php.ini with uncomment this line : 
    • extension=php_pdo_oci.dll
I found the solution from here : 
http://www.yiiframework.com/forum/index.php/topic/7390-mhon-bimbingan-gagal-koneksi-ke-oracle/page__p__37908__hl__failed+to+open+the+DB+connection#entry37908
http://id.php.net/manual/en/ref.pdo-oci.connection.php#70329