PHP gevorderde |
|
Omdat de presentatie logic layer geen rechstreekse verbinding mag hebben met de data acces layer. Mja n-tier is een mannier van werken. Zelf vind ik het nogal redelijk stom maar dit is zo opgelegd door het school, dus zoek ik nu een mannier om die lagen te late communicere met elkaar zonder dat ik dubbel gebruik van code heb
"The database is not accessed directly from any other layer/component. Hence the table names, field names are not hard coded anywhere else. This layer may also access any other services that may provide it with data, for instance Active Directory, Services etc. Having this layer also provides an additional layer of security for the database. As the other layers do not need to know the database credentials, connect strings and so on. "
Hier meer over ntier structuur:
http://www.exfo...sharp.html |