include 'app'; include 'models'; include 'templates'; $data = models::getCustomers() $view = templates::parse('customers',$data) app::show($view)