Skip to content

Instantly share code, notes, and snippets.

@jsmitka
Created April 24, 2010 13:12
Show Gist options
  • Save jsmitka/377638 to your computer and use it in GitHub Desktop.
Save jsmitka/377638 to your computer and use it in GitHub Desktop.
<?php
class MyDataSource extends DibiDataSource
{
public function getResult()
{
$result = parent::getResult();
$result->setRowClass('<CLASS>');
return $result;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment