New view class and new UrlHandler features
The new development environment that I have set up provides me with a much faster way of introducing new features to Wigbi. For instance, splitting the Controller class into a View / Controller class pair was a walk in the park. The new View class will now also be extended with all the DOM related methods in the WigbiUIPlugin class.
The new UrlHandler class has also been extended with two new functions that makes it easy to convert ~/ URLs to web and server relative paths. As a .NET developer, this way of working with application relative URLs is so natural that it is one of the things I have missed most with PHP (except when working with Wigbi that is
