a quick question to you about the auto-generated Yii code: in the controller, the functions like this:
I need to get a couple of Students from the database, and I have their primary keys in a comma-separated string.
I\'m a developer who\'s about to begin building a relatively complex web application. I was going to build it in Rails or some other MVC framework for PHP such as Yii.
I am pretty new to the Yii framework, and I needs some help with dealing with compression.I followed this link http://www.yiiframework.com/wiki/39/, which works like a charm! Now my server is compress
I got static pages to rewrite by modifying the urlManager like this.. \'login\'=>\'user/login\' which allows www.site.com/user/login.php to d开发者_运维知识库isplay as www.site.com/login.php
Am trying to generate models from database v开发者_如何学运维iews with the sole purpose of viewing and searching complex records from various tables.
How to use openid selector javascript API in Yii? I am trying the simpleopenidselector Yii extension but I get an:
I\'m using YII framework. I can access my site through: localhost/index.php then If I click any links on it it says: 404 not found.
My application written with YII framework works only if placed in root folder like: Localhost/ if I place i开发者_运维问答t somewhere like: localhost/test, then it does not work(Links does not work, C
We are going to switch from an homemade framework to Symfony or Yii. The capabilities of these two framework are, from our point of view, similar (ie they both have what we need).