Beispiel #1
0
 /**
  * Process a table's row
  *
  * @param PHPFIT_Parse $rows
  */
 public function doRows($rows)
 {
     $this->bind($rows->parts);
     // bind the first row
     parent::doRows($rows->more);
     // process the other rows
 }