The work with Wigbi 1.0 proceeds
I am currently working with the Wigbi 1.0 release, which I wrote about earlier. I have now finished writing new versions for the following classes:
- CacheHandler
- IniReader
- JavaScript
- LogHandler
- SessionHandler
- Wigbi (part done)
Working with SimpleTest has simplified development a lot, which is why the pace is so good
In Wigbi 1.0, all system classes will be independent of the Wigbi class (except—the Wigbi class), which means that you will be able to use them for other purposes as well, without having to rely on Wigbi. The only static classes (so far) are JavaScript and Wigbi. All other system classes now have default handlers that are initialized by Wigbi and accessed as properties of the Wigbi class.
Several classes remain, as well as data and UI plugin classes…but I’m getting there.
