[Solar-svn] Revision 2564

pmjones at solarphp.com pmjones at solarphp.com
Sun Jul 1 07:41:13 CDT 2007


updated inline docs


Modified: trunk/Solar/Controller/Page.php
===================================================================
--- trunk/Solar/Controller/Page.php	2007-06-29 16:03:40 UTC (rev 2563)
+++ trunk/Solar/Controller/Page.php	2007-07-01 12:41:13 UTC (rev 2564)
@@ -60,8 +60,8 @@
  * 6. [[_postRun()]] after the last action, and before rendering
  * 
  * 7. [[_render()]] to render the view and layout; this in its turn calls
- *    [[_getViewObject()]] for the view object, and [[_addViewLayout()]] to
- *    reset the view object to use layout templates.
+ *    [[_setViewObject()]] and [[_renderView()]] for the view, then
+ *    [[_setLayoutTemplates()]] and [[_renderLayout()]] for the layout.
  * 
  * @category Solar
  * 




More information about the Solar-svn mailing list