Jul 14 2004
MojaviBuilder release 6
I’ve just made my sixth release of MojaviBuilder. This is yet another fix on the code generation function, to make sure that existing files to not get over written when you re-generate a project.
I have also been asked why in the View::Execute function I use getAttribute(‘Renderer’);”);?> instead of as is shown in the Mojavi framework documentation et al. This is because I use a Filter to set up a global Renderer, my reasons for this are [1] reduced code replication as you’re not creating and setting up the Renderer in each and every view, and [2] greater Renderer independance, as you can change the Renderer that is being used by simply changing it in the Filter… simple!
thanks