needlogin=true; $me = new User(); $me->loadMe(); $this->me = $me; $this->layout()->set("me",$me); } protected function indexAction() { } protected function testAction() { $b = new Building(7); var_dump($b->getNewObjectCode());exit; } }