public function Tools($pa_parameters)
 {
     parent::Tools($pa_parameters);
     $this->view->setVar('mode_type_singular', $this->browseName('singular'));
     $this->view->setVar('mode_type_plural', $this->browseName('plural'));
     return $this->render('Browse/widget_' . $this->ops_tablename . '_browse_tools.php', true);
 }
 public function __construct(&$po_request, &$po_response, $pa_view_paths = null)
 {
     parent::__construct($po_request, $po_response, $pa_view_paths);
 }