Guest User

Untitled

a guest
Jul 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php
  2.  
  3. public function executeNonSoCosa(sfWebRequest $request)
  4. {
  5. if ($this->getUser() ...)
  6. {
  7. $link = $this->getpartial('module/template', array('user' => $this->getUser()));
  8. $this->getResponse()->setSlot('mySlot', $link);
  9. }
  10. }
Add Comment
Please, Sign In to add comment