Skip to content

Commit 53163b6

Browse files
committed
Adds the start of docs
Signed-off-by: Joey Smith <jsmith@webinertia.net> Signed-off-by: Joey Smith <jsmith@webinertia.net>
1 parent 8bece35 commit 53163b6

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

docs/book/adapter.md

Whitespace-only changes.

docs/book/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<div class="container">
2+
<div class="jumbotron">
3+
<h1>laminas-db-adapter-mysql</h1>
4+
5+
<p>Provides MySQL support for laminas-db via mysqli or Pdo. This package provides laminas-db as a dependency.</p>
6+
7+
<pre><code class="language-bash">$ composer require laminas/laminas-db-adapter-mysql</code></pre>
8+
</div>
9+
</div>

docs/book/service-manager.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# ServiceManager
2+
3+
As of laminas-db 3.0.0 an AdapterManager has been introduced to manage the
4+
adapter dependencies and to provide a means to allow the platform packages
5+
to register their own factories for the required dependencies. This is
6+
handled by the Laminas\Db\Adapter\Mysql\Container\AdapterManagerDelegator class.

0 commit comments

Comments
 (0)