Beispiel #1
0
 function __construct($locator)
 {
     parent::__construct($locator);
     $this->response->set('subcontent', 'This is the subcontent value. I set it in the action controller constructor. So, by default you would see this on all "pages" under this area. Maybe I should use this or something like it to modify the sub-navigation above. ');
 }
Beispiel #2
0
 function __construct($locator)
 {
     parent::__construct($locator);
 }
Beispiel #3
0
 function __construct($locator)
 {
     parent::__construct($locator);
     $this->usersession = $locator->get('UserSession');
     $this->userdata = $this->usersession->get();
 }
Beispiel #4
0
 public function __construct($locator = null)
 {
     parent::__construct($locator);
 }
Beispiel #5
0
    function __construct($locator)
    {
        parent::__construct($locator);
        $this->response->set('subcontent', '<li><a href="about/">About Us</a></li><li>
		<a href="about/agents/">Our Agents</a></li> ');
    }