34k+
News
Guide
API
Wiki
Forum
Community
Places
Members
Hall of Fame
Badges
More
Learn
Books
Resources
Develop
Download Yii
Extensions
Report an Issue
Report a Security Issue
Contribute to Yii
Donate
About
Release Cycle
License
Team
Official Logos and Design
Login
Serial Numbers (item counts) in GridView
Comparing
#1
with
#2
Revision #2 was created by
PeRoChAk
on Oct 5, 2012, 1:54:15 AM.
Serial Numbers(item counts) in GridView
« Previous (#1)
Next (#3) »
Content
[...]
$this->i++;
echo $this->i;
}
}
```
**Using**
```
[
php
]
$this->widget('zii.widgets.grid.CGridView', array(
'id'=>'categories-grid',
[...]
));
~~~
```
~~~