leo , thanks! Leo Büttiker | tilllate wrote: > > Hi, > Actually just read the manual: > http://framework.zend.com/manual/en/zend.view.html#zend.view.introduction > > You have to create a view script. Call it like > $view->render('viewscript.php'); > Cheers, > leo > > -----Ursprüngliche Nachricht----- > Von: minglee [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 31. Juli 2007 11:40 > An: [email protected] > Betreff: [fw-general] Router/path problem > > > Having been working with ZF for couple of weeks, I am still confused and > even > angry with "render"! > Are there any tutorials that can explain clearly how render works? > My recent problem in my project: > After login, the user should be rendered to his page. In my case, that > will > be: action--'view', and id (user's id) --'1' (for example). So I used > $this->render('view/id/1'), but a uncaught error appeared. If I used > $this->render('view'), no error but no message passed too. > Anybody could help? > Thanks a lot! > -- > View this message in context: > http://www.nabble.com/Router-path-problem-tf4191904s16154.html#a11921011 > Sent from the Zend Framework mailing list archive at Nabble.com. > > > > >
-- View this message in context: http://www.nabble.com/Router-path-problem-tf4191904s16154.html#a11926394 Sent from the Zend Framework mailing list archive at Nabble.com.
