Example #1
0
 public function __toString()
 {
     return Zwe_Render::factory($this, array('viewScript' => 'weather/' . ($this->_current ? 'current' : 'forecast') . '.phtml', 'scriptPath' => 'views/scripts/weather'))->render();
 }
 public function __toString()
 {
     return Zwe_Render::factory($this, array('viewScript' => 'weather/forecasts.phtml', 'scriptPath' => 'views/scripts/weather'))->render();
 }
Example #3
0
 public function printExtended()
 {
     return Zwe_Render::factory($this, array('viewScript' => 'forum/' . $this->_viewScript . 'Extended.phtml', 'scriptPath' => 'views/scripts/forum'))->render();
 }