class MainView { //// // include something within the project tree function snippet($path) { $base = dirname(__FILE__).'/../..'; $base = realpath($base); include $base.'/'.$path; } //// // create HTML