InterviewSolution
Saved Bookmarks
| 1. |
How is direct different from render? |
|
Answer» Redirect is used to issue the error MESSAGE when the PAGE is not found in the browser. This function tells the browser to issue a NEW request. Render is used to make the content and it only WORKS when the CONTROLLER is being set up with the variables that require rendering. |
|