Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function __construct($dsn, $usr = null, $pwd = null, array $options = array())
- {
- $options = $this->getDefaultOptions() + $options;
- @parent::__construct($dsn, $usr, $pwd, $options);
- }
Advertisement
Add Comment
Please, Sign In to add comment