if(!class_exists(’cchunkie’)){ include(path_to_cchunkie); } while ( $row = $modx->fetchRow( $sql ) ){ $c = new cchunkie(’ListChunk’); $c->CreateVars($row); $output .= $c->Render(); }