I was just curious if Yii is supposed to be compiled into PHP or not. Is it possible to use Yii just by copying the Framework to a folder on the server and then including something (something as in one of the yii files- I am not sure how it works) in the scripts I wish to use the framework for?
(Noob when it comes to frameworks and usage)
Thanks,
Josh
I’ll go with the line
and answer yes :p Though, you should just follow webapp creation through
yiic webapplikeso:
/opt/yiiin *nix orC:/web/yiiin windows.)$PATHin *nix, or%PATH%in windows),webserver’s document root and do a
yiic webapp <app folder name>After answering a couple config question, you should have an look at the
index.php created there, you should have something like:
and that’s about it :p