<?PHP require("class.source.file.php"); $temp = new template; if($temp->chckfile("Something")) print"OK"; else print"We have a problem!:)"; $temp->AddV("olelellelele", ".DUPA."); $temp->Display(); ?>