In this chapter you will learn how to make your web pages attractive and professionally looking with the help of Twitter Bootstrap CSS Framework and how to position elements on a page using ZF3 layout mechanism. You'll also become familiar with common view helpers allowing for composing web pages of reusable parts. If you are new to Twitter Bootstrap, it is also recommended that you refer to Appendix C. Introduction to Twitter Bootstrap for advanced description of Bootstrap capabilities.
ZF3 components covered in this chapter:
Component | Description |
---|---|
Zend\Mvc |
Support of MVC pattern. Implements base controller classes, controller plugins, etc. |
Zend\View |
Implements the functionality for variable containers, rendering a web page and common view helpers. |