test1 = "test1"; $this->test2 = 2; } public function show() { echo "test1:".$this->test1."
test2:".$this->test2."
"; } }; $tmpl = new OC_Template( 'test_db', 'index', 'user' ); $tmpl->printPage(); ?>