Difference between #1 and #2 of
Serial Numbers (item counts) in GridView

Revision #2 has been created by PeRoChAk on Oct 5, 2012, 1:54:15 AM with the memo:

Serial Numbers(item counts) in GridView
« previous (#1) next (#3) »

Changes

Title unchanged

Serial Numbers(item counts) in GridView

Category unchanged

How-tos

Yii version unchanged

Tags unchanged

serial number, grid items count

Content changed

[...]
$this->i++;

echo $this->i;
}
}
``` **Using**  
```
 
[
php]

$this->widget('zii.widgets.grid.CGridView', array(
'id'=>'categories-grid',
[...]
));
~~~``` ~~~
0 0
4 followers
Viewed: 18 014 times
Version: 1.1
Category: How-tos
Written by: PeRoChAk
Last updated by: Maurizio Domba Cerin
Created on: Oct 5, 2012
Last updated: 11 years ago
Update Article

Revisions

View all history