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