Beispiel #1
0
 public function __construct($registry, $modelFile)
 {
     parent::__construct($registry, $modelFile);
 }
Beispiel #2
0
 public function __construct($registry, $modelFile)
 {
     parent::__construct($registry, $modelFile);
     $this->countries = App::getModel('countrieslist')->getCountryForSelect();
 }