yii
Yii how to retrieve a row, delete and insert a new row in another table
开发者_运维百科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...[详细]
2023-03-25 21:44 分类:问答Updating CListView maintaining event handlers
I am using Yii framework, and make an extensive use of CListViews. However i am continously facing a problem which i cant开发者_高级运维 solve:[详细]
2023-03-25 11:50 分类:问答Yii Framework, JSON API, Restricted by URL
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.[详细]
2023-03-25 07:25 分类:问答jQuery in CGridView
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[详细]
2023-03-25 06:09 分类:问答Why is Yii::app()->user null even though other parts of the system still think the user is logged in?
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[详细]
2023-03-25 01:54 分类:问答Yii r1.8 Using Custom URL Rule Classes
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[详细]
2023-03-24 16:06 分类:问答How to specify JS script to be included after ajax call in CListView
After an ajax call I am calling a function $this->widget(\'zii.widgets.CListView\', array( \'viewData\'=>array(\'sent\'=>$sent),[详细]
2023-03-24 16:05 分类:问答How can I use JQuery to change a CListViews dataProvider?
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?[详细]
2023-03-24 11:57 分类:问答Database user scenario with multiple type of user
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[详细]
2023-03-24 09:04 分类:问答Yii framework - Change module URL
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[详细]
2023-03-24 05:58 分类:问答