organizing session data
Lately I’ve been making some progress with the generic session class. With session and request class becoming more and more simple wrapper around session and request data it seems time to hold for a...
View Articlecompressing libraries
To keep the number of files low I started compressing quite early on to compress used 3rd party libraries into a single file. This is true for all libraries that are bigger than a couple files. The...
View Articlecreate new/sub project for the ZenMagick MVC code?
With the MVC code now finally in shape to handle something like the new ZenMagick admin application I wonder if it is time to split of the MVC code into its own project. I know this would mean more...
View Articleweekly update
Things are progressing nicely and the new base classes will be a lot cleaner that what there is right now. So far there is: class loading logging events some custom database related classes for...
View Article