Revision #2 has been created by Antonio Ramirez on Dec 17, 2010, 12:41:46 PM with the memo:
remarks
« previous (#1)
Changes
Title
unchanged
Quick Tip about Pagination Params
Category
unchanged
Tips
Yii version
unchanged
Tags
unchanged
Pagination
Content
changed
[...]
}catch(Exception $e){
....
```
Easy right? Now, what about update? Well, in my case, what I did, is to include a hidden field into the form if there is a page parameter and on submission i do the same on the actionUpdate as I did on the actionDelete of the controller.[...]