* @version * @package */ class Timesheets_LoginTest extends HTML_FlexyFramework_Page { var $template = "login.html"; function getAuth() { return true; } function start() { echo "load test"; $test = new AuthFlexy_SambaTest; if ($test->getAuth()) { echo "OK"; return; } } } ?>