Help for this page

Select Code to Download


  1. or download this
    #called as Searchable->getTableHandler($table);
    sub getTableHandler {
    ...
    
        return $handlerClass->new($table);
    }