HosipLan

Untitled

Sep 23rd, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. class MyPresenter extends BasePresenter
  2. {
  3.     private $nemam;
  4.     // ...
  5.     public function actionDefault()
  6.     {
  7.         $this->nemam = $this->db->fetch();
  8.     }
  9.  
  10.     protected function createComponentNemam()
  11.     {
  12.         return new Nemam($this->nemam);
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment