_REGISTER_GLOBAL_MODEL) { foreach ($model as $key => $value) { $$key = $value; } } // add express templates path to php includes path set_include_path($model->_VIEWS_PATH); // render the template include "$model->_TEMPLATE"; ?>