symfony2 - How can I implement layered architecture in a PHP framework with design patterns? -
as know other gof, there design patterns each layer should used in coding. each layer has separate design patterns. please image below.
i have identified below layers implemented.
presentation layer | v service layer | v business layer | v info access layer | v persistence layer
i have gone through this questions not provide reply how implement them in framework.
how can implement layered architecture in php framework design patterns?
frameworks interested in laravel, symfony, zend
i think referring model view controller framework. utilize instead of mvp (model view presenter).
there similar framework php here: http://simplemvcframework.com/. have not used not know how is.
have here: http://msdn.microsoft.com/en-us/library/bb288041.aspx. whilst .net developers; patterns still apply php development. not downwards voter.
php symfony2 zend-framework design-patterns laravel
No comments:
Post a Comment