<?$php?> class page_<?$pmodel?> extends Page { function init(){ parent::init(); $this->add("CRUD")->setModel("<?$model?>"); } }