document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. //in the _view_function.php
  2. ....
  3. <?php //echo something ?>
  4. ....
  5.  
  6.  
  7. // in the view.php
  8. ...
  9. <?php $this->renderPartial(\'_view_function\', null, true); ?>
  10. ....
');