<?php class page_handler { var $needsAuth = false; var $ajax = array(); function handle($input) { $this->output = "login"; } } ?>