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