Difference between #2 and #3 of
Ordering Models by Weight with CJuiSortable

Revision #3 has been created by Woil on Mar 8, 2011, 1:13:24 AM with the memo:

minor change to update for current Yii version
« previous (#2) next (#4) »

Changes

Title unchanged

Ordering Models by Weight with CJuiSortable

Category unchanged

Tutorials

Yii version unchanged

Tags unchanged

Content changed

[...]
* Handles the ordering of models.
*/
public function actionOrder()
{
// Handle the POST request data submission
if (
Yii::app()->request->isPostRequest && isset($_POST['Order']))
{
// Since we converted the Javascript array to a string,
// convert the string back to a PHP array
$models = explode(',', $_POST['Order']);
[...]
9 0
10 followers
Viewed: 16 489 times
Version: 1.1
Category: Tutorials
Tags:
Written by: Matt Kelliher
Last updated by: Phil Loaiza
Created on: Mar 11, 2010
Last updated: 11 years ago
Update Article

Revisions

View all history