I\'m trying to get full text search working in Yii and I can\'t seem to find the issue. I have the following SQL statement working correctly.
In Yii, is there a way to render a s开发者_StackOverflow社区ingle action using a different layout than that defined for the controller? I have an action that I would like to format differently from th
I\'m working for a client who asks me to prepare a module for its website (written using Yii) with the following features:
I don\'t know what\'s happening because thing does not add up so going to ask the community for help.
I want different headers for my landing page and all other pages in my webapp. What is the best way to do this?
I tried to make a yii project for testing by executing /var/www/html/yii/framework/yiic webapp demo and when I go to localhost/demo I get en error:
I want to use Gii in Yii.My protected/config/main.php for my first webapp has this part uncommented, as instructed in the Yii documentation to enable Gii (123.45.67.123 is my public IP address from th
Using the sorting and pagination in ClistView we have urls like: controller/action?Model_page=NUM&Model_sort=COL.
Just trying to run a simple test o开发者_C百科n my local box but i get the following error: PHP Fatal error:Class \'CTestCase\' not found in ....
I can\'t figure out how to properly save checkbox values in Yii. I have a MySQL column, active, defined as a tinyint. I have the following form creation code, which correctly shows the checkbox as che