On 10/9/07, Tony Marston <tony@xxxxxxxxxxxxxxxxxxxxxxxx> wrote: > > There's your problem, then. You are wasting your time trying to implement > fancy design patterns just because design patterns are supposed to be > "cool". Loader class, Controller Base class, Front Controller - I have > none > of that crap in my code, so I don't encounter the problems you have. > your site talks about the use of mvc in radicore so we can assume youre using at least one design pattern; and if radicore has a single point of entry you are using a front controller. might want to knock the dust off the old design pattern books just to jog your memory:) -nathan