MVC architecture ZF2

37 336 3
MVC architecture ZF2

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

MVC architecture ZF2

© All rights reserved. Zend Technologies, Inc. The MVC architecture of ZF2 by Enrico Zimuel (enrico@zend.com) Senior Software Engineer Zend Framework Core Team Zend Technologies Ltd © All rights reserved. Zend Technologies, Inc. • Enrico Zimuel • Software Engineer since 1996 – Assembly x86, C/C++, Java, Perl, PHP • PHP Engineer at Zend Technologies in the Zend Framework Team • International speaker on PHP and computer security topics • Researcher programmer at Informatics Institute of University of Amsterdam • Co-founder of PUG Torino (Italy) About me @ezimuel enrico@zend.com www.zimuel.it © All rights reserved. Zend Technologies, Inc. ZF2 in a slide ● New architecture ▶ MVC, Di, Events, Service, Module ● Performance improvement (lazy loading) ● Requirement: PHP 5.3.3 ● PSR-2 compliant ● Packaging system (pyrus, composer) ● ZF 2.0.3 last stable ▶ http://framework.zend.com © All rights reserved. Zend Technologies, Inc. A new core ● The ZF1 way: ▶ Singleton, Registry, and Hard- Coded Dependencies ● The ZF2 approach: ▶ Aspect Oriented Design and Dependency Injection © All rights reserved. Zend Technologies, Inc. Model View Controller © All rights reserved. Zend Technologies, Inc. MVC – Model, View, Controller © All rights reserved. Zend Technologies, Inc. MVC The central idea behind MVC is code reusability and separation of concerns © All rights reserved. Zend Technologies, Inc. MVC architecture of ZF2 ● Everything is an event dispatch bootstrap route Listeners HTTP request HTTP response © All rights reserved. Zend Technologies, Inc. A common workflow use Zend\ServiceManager\ServiceManager; use Zend\Mvc\Application; /* … */ $services = new ServiceManager($servicesConfig); $app = new Application($appConfig, $services); $app->bootstrap(); $response = $app->run(); $response->send(); © All rights reserved. Zend Technologies, Inc. Default services ● Application expects a ServiceManager, configured with the following services: ▶ EventManager ▶ ModuleManager ▶ Request ▶ Response ▶ RouteListener ▶ Router ▶ DispatchListener ▶ ViewManager . © All rights reserved. Zend Technologies, Inc. The MVC architecture of ZF2 by Enrico Zimuel (enrico@zend.com) Senior Software Engineer Zend. www.zimuel.it © All rights reserved. Zend Technologies, Inc. ZF2 in a slide ● New architecture ▶ MVC, Di, Events, Service, Module ● Performance improvement

Ngày đăng: 24/11/2013, 22:21

Từ khóa liên quan

Tài liệu cùng người dùng

Tài liệu liên quan