Why don't you redirect from the controller? I'd never redirect from a
model. Do a if(MODELCHECK) {redirect } inside of the controller
instead. /PeterOn Mon, 2007-12-03 at 01:41 +0100, Nicolae Namolovan wrote: > I need a basic url redirect, how can I do that with ZF ? > I'd prefer without any object creation, any static method ? > Looked at the 'Redirector.php', but can't really find any static > function for my purpose... > > A basic task, it seem to me easier just to write my own function, but > don't really want cuz I already have ZF.. >
