mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-23 13:43:18 +02:00
Update Database links to use https
This commit is contained in:
@@ -21,10 +21,10 @@ installed in any application you like:
|
||||
* [Zend-db][4]
|
||||
|
||||
|
||||
[1]: http://php.net/book.pdo
|
||||
[2]: http://www.doctrine-project.org/projects/dbal.html
|
||||
[1]: https://secure.php.net/book.pdo
|
||||
[2]: https://www.doctrine-project.org/projects/dbal.html
|
||||
[4]: https://packages.zendframework.com/docs/latest/manual/en/index.html#zendframework/zend-db
|
||||
[6]: https://github.com/auraphp/Aura.Sql
|
||||
[7]: http://propelorm.org/
|
||||
[psr0]: http://www.php-fig.org/psr/psr-0/
|
||||
[psr4]: http://www.php-fig.org/psr/psr-4/
|
||||
[psr0]: https://www.php-fig.org/psr/psr-0/
|
||||
[psr4]: https://www.php-fig.org/psr/psr-4/
|
||||
|
Reference in New Issue
Block a user