Nov 3
CodeIgniter so this will be a nice comparison. I got a hold on to basic concepts, and first thing that made me stuck
for a while was doing the proper URL redirection to create SEO links
instead of index.php?r=controller/action. I set up .htaccess without
much trouble, but It turned out that default applicaiton generated by
Yii is missing this line in website/protected/config/main.php: 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>false, ), The line should be placed in 'components' section, at the same depth
as 'log' or 'user'. Stay tuned for more Yii experiences as I move along with the project
Yii PHP framework
Today I started testing Yii framework. I have previous experience withCodeIgniter so this will be a nice comparison. I got a hold on to basic concepts, and first thing that made me stuck
for a while was doing the proper URL redirection to create SEO links
instead of index.php?r=controller/action. I set up .htaccess without
much trouble, but It turned out that default applicaiton generated by
Yii is missing this line in website/protected/config/main.php: 'urlManager'=>array( 'urlFormat'=>'path', 'showScriptName'=>false, ), The line should be placed in 'components' section, at the same depth
as 'log' or 'user'. Stay tuned for more Yii experiences as I move along with the project


