Book Image

Instant Zend Framework 2.0

By : A N M Mahabubul Hasan
Book Image

Instant Zend Framework 2.0

By: A N M Mahabubul Hasan

Overview of this book

Zend Framework 2 is a modern object-oriented PHP framework. It has lots of useful components, which are easy to use and user friendly, helping you get your job done faster. This book shows you how to use the framework components to build a practical MVC application. Topics covered in this application include validation, file upload, database CRUD (create, read, update, and delete) operations, and so on.Instant Zend Framework 2.0 has been specifically created to provide you with all the information that you need to get up with Zend Framework 2 applications. You will learn the basic of Zend Framework 2.0, and get started with building your first Zend Framework MVC application. The book promises to deliver all the information you need to get started with Zend Framework 2.0. Instant Zend Framework 2.0 starts with how to download Zend Framework 2.0 and the skeleton application, and then shows how to configure the skeleton application to use the Zend Framework 2.0. Then it takes you through step-by-step instructions of how to create and configure modules, controllers, views, models, helpers and so on. By following the instructions in the book, you will be able to build a small fully functional database-driven MVC application. You will also learn how to use different framework components like the event manager, Zend log, and how to configure them with the module. This will give you an idea of how to configure any component with the module. After finishing this book you will be able to build a small database-driven web application with Zend Framework 2.
Table of Contents (7 chapters)

Chapter 1. Instant Zend Framework 2.0

Welcome to Instant Zend Framework 2.0. This book has been especially created to provide you with all the information that you need to get set up with Zend Framework 2. You will learn its basics, get started with building your first course, and discover some tips and tricks for using Zend Framework 2.

This document contains the following sections:

So what is Zend Framework? helps you find out what Zend Framework actually is, what you can do with it, and why it’s so great.

Installation explains how to download and install Zend Framework with minimum fuss and then set it up for quick use.

Quick start – creating your first web application will show you how to perform one of the core tasks of Zend Framework: creating a small address-book application and adding, editing, or deleting its contacts.

Top 5 features you need to know about will help you learn how to implement some important features, such as validating a form and logging into your application using Zend Framework.

People and places you should get to know provides you with many useful links to the project page and forums as well as a number of helpful tutorials, blogs, and Twitter feeds of Zend Framework’s super contributors.