function actionStart() { $obj = new ObjectModel(); $items = $obj->shwAll(); $view = new View(); $view->items = $items; $view->display('home.php'); }