The Clean Architecture in php


class CustomersController



Download 2,26 Mb.
Pdf ko'rish
bet31/179
Sana24.06.2021
Hajmi2,26 Mb.
#100337
1   ...   27   28   29   30   31   32   33   34   ...   179
Bog'liq
The-Clean-Architecture-in-PHP-Kristopher-Wilson

class
CustomersController
{
public function
indexAction
() {
$db
=
Db
::
getInstance
();
$customers
=
$db
->
fetchAll
(
'SELECT * FROM customers ORDER BY name'
);
return
[
'customers'
=>
$customers
];
}
}
<
h2
>
Customers
h2
>
<
ul
>
php
foreach
(
$this
->
customers
as
$customer
)
:
?>


  • =
    $customer
    [
    'name'
    ]
    ?>


  • endforeach
    ;
    ?>

    This code looks better. We’re using controllers and views, so we’ve separated the presentation
    logic from the control logic. The controller’s
    indexAction()
    grabs all the customers and then
    returns them, which gets passed to the view so it can render the data. This should make the code
    much easier to test and refactor. Except it doesn’t.


    What is Architecture?
    10
    Still Hard-coding Queries
    This is obvious. We still haven’t solved the problems of having hard-coded queries in layers
    that don’t concern the database, such as controllers. See the comments above in A Refactoring
    Nightmare for more details.

    Download 2,26 Mb.

    Do'stlaringiz bilan baham:
    1   ...   27   28   29   30   31   32   33   34   ...   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