<? class ControllerTicketingTicket extends Controller{ public function index(){ var_dump("hi"); } public function addticket(){ } }