The Clean Architecture in php


particular model. In the ZF Getting Started docs, they define a



Download 2,26 Mb.
Pdf ko'rish
bet148/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   144   145   146   147   148   149   150   151   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson


particular model. In the ZF Getting Started docs, they define a
TableGateway
for each Data
Table being defined. We’ll create one dynamically by writing a factory to do so:
// src/Persistence/Zend/TableGateway/TableGatewayFactory.php
namespace
CleanPhp\Invoicer\Persistence\Zend\TableGateway;
use
Zend\Db\Adapter\Adapter;
use
Zend\Db\ResultSet\HydratingResultSet;
use
Zend\Db\TableGateway\TableGateway;
use
Zend\Stdlib\Hydrator\HydratorInterface;
class
TableGatewayFactory
{
public function
createGateway
(
Adapter
$dbAdapter
,
HydratorInterface
$hydrator
,


Zend Framework 2 Setup
129
$object
,
$table
) {
$resultSet
=
new
HydratingResultSet(
$hydrator
,
$object
);
return new
TableGateway(
$table
,
$dbAdapter
,
null
,
$resultSet
);
}
}
Our factory requires an instance of the Zend Database Adapter, which we’ll configure in just a
bit, as well as an instance of the Hydrator to use. Finally, it accepts an instance of the object that
represents the data table, and the name of the database table where the data is stored.
For more information on how this works, see the
Zend Getting Started Guide⁴⁰
.

Download 2,26 Mb.

Do'stlaringiz bilan baham:
1   ...   144   145   146   147   148   149   150   151   ...   179




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish