开发者_运维百科How do you retrieve a row, delete and insert a new row in another table with Yii framework? Below is what I have so far...
I am using Yii framework, and make an extensive use of CListViews. However i am continously facing a problem which i cant开发者_高级运维 solve:
I am trying to build an API service for my Yii based website, I have crea开发者_开发知识库te an API controller with all the functions that returns objects in JSON format.
I am trying to get a CJuiDialogBox on clicking an ajaxLink on a gridView. for that I have to creat the ajaxLink inside the cGridView. I am stuck on the onclick line, there I want to render quotes arou
I\'m using the standard Yii authentication system with a CUserIdentity class.I log in and tell it to remember the user for several days by setting the duration parameter of Yii::app()->user->log
I am trying to take advantage of the Custom URL Rule Classes in Yii r1.8 I am trying to take something that looks like orgs/view/id/24 and instead display the name of the org as identified by Name in
After an ajax call I am calling a function $this->widget(\'zii.widgets.CListView\', array( \'viewData\'=>array(\'sent\'=>$sent),
I have th开发者_运维百科e following code, and when a button is clicked i would like to change the dataProvider... how can i do this with JQuery?
I am designing a database for a Yii project, the scenario is a user will be ONLY one of the following type: employee, company and business owner person (i.e. the owners who manage companies and employ
I have a module called \'admin\' in my application, which is accessible at /mysite/admin. To improve the site security I want to change this URL to something more difficult to guess to the normal user