*/ $deedList = new DeedList(); $deedList->find(); $template = new Template(); $template->blocks[] = new Block('deeds/deedList.inc',array('deedList'=>$deedList)); echo $template->render();