Edit New Text in Summary Text CGridview Yii Framework

the summary text template for the view. These tokens are recognized and will be replaced with the corresponding values:

  • {start}: the starting row number (1-based) currently being displayed
  • {end}: the ending row number (1-based) currently being displayed
  • {count}: the total number of rows
  • {page}: the page number (1-based) current being displayed, available since version 1.1.3
  • {pages}: the total number of pages, available since version 1.1.3

[php]
$this->widget(‘zii.widgets.grid.CGridView’, array(
‘id’=>’profiles-grid’,
‘summarytext’ =>Yum::t(‘Displaying’).’ {start}-{end} : {count} ‘.Yum::t(‘results’),
…..[/php]