Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class MyPresenter extends BasePresenter
- {
- private $nemam;
- // ...
- public function actionDefault()
- {
- $this->nemam = $this->db->fetch();
- }
- protected function createComponentNemam()
- {
- return new Nemam($this->nemam);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment