Esempio n. 1
0
 public function __construct($settings = false, $connectionName = 'default')
 {
     $this->_connectionName = $connectionName;
     if ($settings) {
         parent::__construct($settings, $connectionName);
     }
 }