Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->routes['stories'] = array('file' => 'browse-stories.php', 'class' => 'WeaverBrowseStories');
     $this->routes['things'] = array('file' => 'browse-things.php', 'class' => 'WeaverBrowseThings');
     $this->routes['events'] = array('file' => 'browse-event.php', 'class' => 'WeaverBrowseEvent');
     $this->routes['characters'] = array('file' => 'browse-characters.php', 'class' => 'WeaverBrowseCharacters');
     $this->routes['places'] = array('file' => 'browse-places.php', 'class' => 'WeaverBrowsePlaces');
 }