CubridDsn.php 217 B

1234567891011121314151617181920
  1. <?php
  2. namespace common\helpers\Dsn;
  3. use common\helpers\Dsn;
  4. /**
  5. * CubridDsn
  6. *
  7. */
  8. class CubridDsn extends Dsn
  9. {
  10. /**
  11. * defaultPort
  12. *
  13. * @var int 3306
  14. */
  15. protected $defaultPort = 3306;
  16. }