- Back to Home »
- CS506 Assignment no 5 Fall 2012 Full Solution
Posted by : Anonymous
Sunday, 13 January 2013
:
1 Part 1
In what type of applications/scenarios forward () and include () methods are used?(Marks 5)
2 Part 2
Suppose you are going to develop a learning management system in which different users access the system like student, teachers and admin. . They have different views (interfaces) based on their privileges. Their login request is sent to some authentication page which authenticates the users on the basis of their provided information from database. If they are authenticated successfully they are shown the respective view otherwise they are sent back to the login page.
You are using templates for views (header, footer, navigation, etc) that are already developed by some other student. You also have to add some “news and information” portion which your university has subscribed to RSS readers and get daily news headlines.
Identify the parts of this application where you will use include, forward and redirect methods to implement the required features. If you are selecting or preferring any method over the other, give its short reason.(Marks 5)
1 Part 1
In what type of applications/scenarios forward () and include () methods are used?(Marks 5)
2 Part 2
Suppose you are going to develop a learning management system in which different users access the system like student, teachers and admin. . They have different views (interfaces) based on their privileges. Their login request is sent to some authentication page which authenticates the users on the basis of their provided information from database. If they are authenticated successfully they are shown the respective view otherwise they are sent back to the login page.
You are using templates for views (header, footer, navigation, etc) that are already developed by some other student. You also have to add some “news and information” portion which your university has subscribed to RSS readers and get daily news headlines.
Identify the parts of this application where you will use include, forward and redirect methods to implement the required features. If you are selecting or preferring any method over the other, give its short reason.(Marks 5)