Skip to content

Commit

Permalink
Automated deployment: Thu Feb 1 18:56:16 UTC 2024 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laminas-bot committed Feb 1, 2024
1 parent 1e2ca54 commit 7f39c5d
Show file tree
Hide file tree
Showing 16 changed files with 245 additions and 124 deletions.
31 changes: 21 additions & 10 deletions adapter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations">
<meta name="description" content="Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations">



<meta name="docsearch:version" content="latest">
<meta name="docsearch:language" content="en">
<meta name="docsearch:component" content="laminas-db">

<link rel="canonical" href="https://docs.laminas.dev/laminas-db/adapter/">
<link rel="shortcut icon" href="https://docs.laminas.dev/img/trademark-laminas-foundation-rgb.svg">

Expand Down Expand Up @@ -303,8 +310,8 @@ <h1 class="header__title">
<a href="#" class="header__link header__link--search" data-toggle="modal" data-target="#mkdocs_search_modal" title="Open search">
<i class="fa fa-search"></i> Search
</a>
<a href="https://github.com/laminas/laminas-db/" class="header__link header__link--github" title="Go to repository of laminas-db">
<i class="fa fa-github"></i> GitHub
<a href="https://github.com/laminas/laminas-db" class="header__link header__link--github" title="Go to repository of laminas-db">
<i class="fab fa-github"></i> GitHub
</a>

</div>
Expand Down Expand Up @@ -858,7 +865,9 @@ <h2 id="examples">Examples</h2>
<li class="page-nav__item">

<a rel="prev" class="page-nav__link page-nav__link--prev" href="..">
<i class="fa fa-chevron-left"></i> Previous
<small class="page-nav__label">Previous</small>
<i class="fa fa-chevron-left"></i>
Home
</a>

</li>
Expand All @@ -867,7 +876,9 @@ <h2 id="examples">Examples</h2>
<li class="page-nav__item">

<a rel="next" class="page-nav__link page-nav__link--next" href="../adapters/adapter-aware-trait/">
Next <i class="fa fa-chevron-right"></i>
<small class="page-nav__label">Next</small>
AdapterAwareTrait
<i class="fa fa-chevron-right"></i>
</a>

</li>
Expand Down Expand Up @@ -1086,13 +1097,13 @@ <h4 class="footer__headline">Support</h4>
<a href="https://discourse.laminas.dev" class="support__link" title="Forum"><i class="fa fa-comments"></i></a>
</li>
<li class="support__list-item">
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fa fa-slack"></i></a>
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fab fa-slack"></i></a>
</li>
<li class="support__list-item">
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fa fa-github"></i></a>
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fab fa-github"></i></a>
</li>
<li class="support__list-item">
<a href="https://twitter.com/getlaminas" class="support__link" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://phpc.social/@getlaminas" class="support__link" title="Mastodon"><i class="fab fa-mastodon"></i></a>
</li>
<li class="support__list-item">
<a href="https://getlaminas.org/blog/rss.xml" class="support__link" title="Blog feed"><i class="fa fa-rss"></i></a>
Expand All @@ -1108,7 +1119,7 @@ <h4 class="footer__headline">Support</h4>
<h4 class="footer__headline">License</h4>
<p>
Code licensed under <a
href="https://github.com/laminas/laminas-db/blob/master/LICENSE.md">BSD 3-Clause</a>.
href="https://github.com/laminas/laminas-db/blob/-/LICENSE.md">BSD 3-Clause</a>.
</p>
</div>

Expand All @@ -1118,7 +1129,7 @@ <h4 class="footer__headline">Copyright</h4>
<p>
<!--Built with love by the Laminas team with the help of our
<a href="https://github.com/laminas/laminas-db/graphs/contributors">contributors</a>.<br>-->
&copy; 2021 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
&copy; 2024 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
</p>
</div>
</div>
Expand Down
31 changes: 21 additions & 10 deletions adapters/adapter-aware-trait/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations">
<meta name="description" content="Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations">



<meta name="docsearch:version" content="latest">
<meta name="docsearch:language" content="en">
<meta name="docsearch:component" content="laminas-db">

<link rel="canonical" href="https://docs.laminas.dev/laminas-db/adapters/adapter-aware-trait/">
<link rel="shortcut icon" href="https://docs.laminas.dev/img/trademark-laminas-foundation-rgb.svg">

Expand Down Expand Up @@ -303,8 +310,8 @@ <h1 class="header__title">
<a href="#" class="header__link header__link--search" data-toggle="modal" data-target="#mkdocs_search_modal" title="Open search">
<i class="fa fa-search"></i> Search
</a>
<a href="https://github.com/laminas/laminas-db/" class="header__link header__link--github" title="Go to repository of laminas-db">
<i class="fa fa-github"></i> GitHub
<a href="https://github.com/laminas/laminas-db" class="header__link header__link--github" title="Go to repository of laminas-db">
<i class="fab fa-github"></i> GitHub
</a>

</div>
Expand Down Expand Up @@ -486,7 +493,9 @@ <h2 id="concrete-implementations">Concrete Implementations</h2>
<li class="page-nav__item">

<a rel="prev" class="page-nav__link page-nav__link--prev" href="../../adapter/">
<i class="fa fa-chevron-left"></i> Previous
<small class="page-nav__label">Previous</small>
<i class="fa fa-chevron-left"></i>
Introduction
</a>

</li>
Expand All @@ -495,7 +504,9 @@ <h2 id="concrete-implementations">Concrete Implementations</h2>
<li class="page-nav__item">

<a rel="next" class="page-nav__link page-nav__link--next" href="../../result-set/">
Next <i class="fa fa-chevron-right"></i>
<small class="page-nav__label">Next</small>
Result Sets
<i class="fa fa-chevron-right"></i>
</a>

</li>
Expand Down Expand Up @@ -714,13 +725,13 @@ <h4 class="footer__headline">Support</h4>
<a href="https://discourse.laminas.dev" class="support__link" title="Forum"><i class="fa fa-comments"></i></a>
</li>
<li class="support__list-item">
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fa fa-slack"></i></a>
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fab fa-slack"></i></a>
</li>
<li class="support__list-item">
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fa fa-github"></i></a>
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fab fa-github"></i></a>
</li>
<li class="support__list-item">
<a href="https://twitter.com/getlaminas" class="support__link" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://phpc.social/@getlaminas" class="support__link" title="Mastodon"><i class="fab fa-mastodon"></i></a>
</li>
<li class="support__list-item">
<a href="https://getlaminas.org/blog/rss.xml" class="support__link" title="Blog feed"><i class="fa fa-rss"></i></a>
Expand All @@ -736,7 +747,7 @@ <h4 class="footer__headline">Support</h4>
<h4 class="footer__headline">License</h4>
<p>
Code licensed under <a
href="https://github.com/laminas/laminas-db/blob/master/LICENSE.md">BSD 3-Clause</a>.
href="https://github.com/laminas/laminas-db/blob/-/LICENSE.md">BSD 3-Clause</a>.
</p>
</div>

Expand All @@ -746,7 +757,7 @@ <h4 class="footer__headline">Copyright</h4>
<p>
<!--Built with love by the Laminas team with the help of our
<a href="https://github.com/laminas/laminas-db/graphs/contributors">contributors</a>.<br>-->
&copy; 2021 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
&copy; 2024 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
</p>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations">
<meta name="description" content="Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations">



<meta name="docsearch:version" content="latest">
<meta name="docsearch:language" content="en">
<meta name="docsearch:component" content="laminas-db">

<link rel="canonical" href="https://docs.laminas.dev/laminas-db/application-integration/usage-in-a-laminas-mvc-application/">
<link rel="shortcut icon" href="https://docs.laminas.dev/img/trademark-laminas-foundation-rgb.svg">

Expand Down Expand Up @@ -303,8 +310,8 @@ <h1 class="header__title">
<a href="#" class="header__link header__link--search" data-toggle="modal" data-target="#mkdocs_search_modal" title="Open search">
<i class="fa fa-search"></i> Search
</a>
<a href="https://github.com/laminas/laminas-db/" class="header__link header__link--github" title="Go to repository of laminas-db">
<i class="fa fa-github"></i> GitHub
<a href="https://github.com/laminas/laminas-db" class="header__link header__link--github" title="Go to repository of laminas-db">
<i class="fab fa-github"></i> GitHub
</a>

</div>
Expand Down Expand Up @@ -393,7 +400,7 @@ <h1 id="usage-in-a-laminas-mvc-application">Usage in a laminas-mvc Application</
<h2 id="when-installing-the-laminas-mvc-skeleton-application">When installing the Laminas MVC Skeleton Application</h2>
<p>While <code>Composer</code> is <a href="https://docs.laminas.dev/laminas-mvc/quick-start/#install-the-laminas-mvc-skeleton-application">installing the MVC Application</a>, you can add the <code>laminas-db</code> package while prompted.</p>
<h2 id="adding-to-an-existing-laminas-mvc-skeleton-application">Adding to an existing Laminas MVC Skeleton Application</h2>
<p>If the MVC application is already created, then use Composer to <a href="../..">add the laminas-db</a> package.</p>
<p>If the MVC application is already created, then use Composer to <a href="../../">add the laminas-db</a> package.</p>
<h2 id="the-abstract-factory">The Abstract Factory</h2>
<p>Now that the laminas-db package is installed, the abstract factory <code>Laminas\Db\Adapter\AdapterAbstractServiceFactory</code> is available to be used with the service configuration.</p>
<h3 id="configuring-the-adapter">Configuring the adapter</h3>
Expand Down Expand Up @@ -553,7 +560,9 @@ <h3 id="initiating-the-database-schemas">Initiating the database schemas</h3>
<li class="page-nav__item">

<a rel="prev" class="page-nav__link page-nav__link--prev" href="../../metadata/">
<i class="fa fa-chevron-left"></i> Previous
<small class="page-nav__label">Previous</small>
<i class="fa fa-chevron-left"></i>
RDBMS Metadata
</a>

</li>
Expand Down Expand Up @@ -777,13 +786,13 @@ <h4 class="footer__headline">Support</h4>
<a href="https://discourse.laminas.dev" class="support__link" title="Forum"><i class="fa fa-comments"></i></a>
</li>
<li class="support__list-item">
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fa fa-slack"></i></a>
<a href="https://laminas.dev/chat" class="support__link" title="Chat"><i class="fab fa-slack"></i></a>
</li>
<li class="support__list-item">
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fa fa-github"></i></a>
<a href="https://github.com/laminas" class="support__link" title="Github"><i class="fab fa-github"></i></a>
</li>
<li class="support__list-item">
<a href="https://twitter.com/getlaminas" class="support__link" title="Twitter"><i class="fa fa-twitter"></i></a>
<a href="https://phpc.social/@getlaminas" class="support__link" title="Mastodon"><i class="fab fa-mastodon"></i></a>
</li>
<li class="support__list-item">
<a href="https://getlaminas.org/blog/rss.xml" class="support__link" title="Blog feed"><i class="fa fa-rss"></i></a>
Expand All @@ -799,7 +808,7 @@ <h4 class="footer__headline">Support</h4>
<h4 class="footer__headline">License</h4>
<p>
Code licensed under <a
href="https://github.com/laminas/laminas-db/blob/master/LICENSE.md">BSD 3-Clause</a>.
href="https://github.com/laminas/laminas-db/blob/-/LICENSE.md">BSD 3-Clause</a>.
</p>
</div>

Expand All @@ -809,7 +818,7 @@ <h4 class="footer__headline">Copyright</h4>
<p>
<!--Built with love by the Laminas team with the help of our
<a href="https://github.com/laminas/laminas-db/graphs/contributors">contributors</a>.<br>-->
&copy; 2021 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
&copy; 2024 <a href="https://getlaminas.org/">Laminas Project</a> a Series of LF Projects, LLC.
</p>
</div>
</div>
Expand Down
Loading

0 comments on commit 7f39c5d

Please sign in to comment.