class MainView { //// // include something within the project tree function snippet($path) { $base = dirname(__FILE__).'/../..'; $base = realpath($base); include $base.'/'.$path; } //// // render a table function table($data, $cols = null) { } //// // create HTML