Exemplo n.º 1
0
 function __construct($invocation)
 {
     parent::__construct($invocation);
     // can easily set skin parameters for ALL views in this module in the constructor
     $skin = $this->invocation()->rootSkin();
     if ($skin) {
         $skin->setTitle('PHOCOA Examples');
     }
 }
Exemplo n.º 2
0
 function __construct($inv)
 {
     parent::__construct($inv);
     $path = $this->pathToModule() . '/../../widgets/exampleClasses.php';
     require $path;
 }
Exemplo n.º 3
0
 function __construct($i)
 {
     parent::__construct($i);
     $this->propelDBMap = NULL;
     $this->readConfig();
 }