Yii

Yii is a high-performance PHP framework best for developing Web 2.0 applications.

http://www.yiiframework.com/

Slackware installation

   Include /etc/httpd/mod_php.conf  # enable the php module

<VirtualHost *:80>
    ServerName localhostyii
    DocumentRoot "/var/www/htdocs/yii-1.1.15.022a51"
    <Directory "/var/www/htdocs/yii-1.1.15.022a51">
      Require local
    </Directory>
</VirtualHost>

127.0.0.1 localhostyii 

date.timezone="Europe/Lisbon"

PHP/Yii (last edited 2014-07-03 20:38:42 by 31)