public function form() { include_once ROOT_DIR . 'lib/class/menu.class.php'; $menu = new menu(); $data = $menu->show(); return $data; }