This is about setting WebRoot/protected/config/main.php *urlManager* on Yii Framework. I want a few predefined url like /About /Contact or some other custom special page like /LatestUpdates or /HTCDe
I\'m trying to access related model info in Yii from a view and need to create a method.Im not sure if the method should go in the controller or the model...
I have some forms in Yii using the following to get lists of data from related tables in the form of a drop down:
I\'m seeing all sorts of different ways to handle many to many relationships in Yii.However, the examples I\'m seeing aren\'t fully fleshed out and I feel like I\'m missing something.
I\' m just getting into Yii and am finding it a little confusing (at least compared to Cake or CI).Here\'s a couple things I\'m wondering about:
i am having some throuble building a simple Poll application in Yii. I have the following tables: create table poll (
How do you create a form using the form builder in Yii? What will be its data 开发者_StackOverflow中文版model?
How开发者_如何学编程 can I create base theme and sub theme in yii framework?Take a look at this:
I need 开发者_Python百科to add a text field in YII form in which i am not specify any model class name. But I need to process that value in the action method inside the controller class.
I am new to Yii. I need to save data collected from a single form to three different tables. So my dou开发者_JAVA百科bts are