View Single Post
  #2 (permalink)  
Old 06-24-2008, 09:01 PM
jweber jweber is offline
Senior Member
 
Join Date: Jun 2008
Location: Florida
Posts: 108
Default

The method render() does not stop the execution of the script.

I'm not sure what you are asking exactly about render() and _redirect(). I don't see the relationship between these two methods that you do.

I personally reserve render() for use within view scripts. The logic that defines the value of the paramter passed to render() resides in my controllers, so that by the time render() gets it it is only going to be valid content.
Reply With Quote