Hi friends, I am currently developing an application using Zend. In this application I am displaying a table with students name on list.phtml. Now I want that each student name should be a url on click of which a detail.phtml page will open which will contain the detaild information of student. So after clicking the url the control should go into controllers index action where I will gather data from model and then display it on detail.phtml.
Please suggest me how this can be achieved? I am not getting how to create dynamic url which will contain student_id(i.e.key). Also how to call controller on url click? Thanks in advance, Aniketto -- View this message in context: http://www.nabble.com/URL-creation-and-data-display-tp20848359p20848359.html Sent from the Zend Framework mailing list archive at Nabble.com.
