I am new to Yii framework. I want to validate a password field with the repeated value. I use the following rule:
How can I update through a multimodel form in Yii? If my create action is public function actionCreate()
I need some help with Yii. How can I call a Controller action from a textbox onChange event? Update: I have a form built with CActiveForm. This form has many text-boxes. When I change any value othe
what is \'allowName\' option for in CEmailValidator? what exactly do开发者_如何学JAVA they mean by \'name\'?
I am trying to create a Yii widget that will generate Google Cha开发者_运维技巧rts (http://code.google.com/apis/chart).
I have pdf files in a htaccess-protected directory that I want to show to some users in Yii application.
I have a class Articles with a 1:N relation with table Dates. I need to show a list of articles for each date. I use a findBySql with a Inner join.
I\'m trying to use the jquery datepicker. What I need to do is to call an action search that return the result with the selected date.
i am using this code to search 2 tables where $id is a variable $id=$_REQUEST[\'company_id\']; $result=User::model()->findBysql(\'select a.email from user a , recruiter b where a.id=b.user_id and b
I need to programmatically initiate file downloads using PHP along with resume-support These files are heavy. So IO buffering like below or caching is not an option