Zend Framework 2.0 by example : beginner's guide /
Annotation
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Publishing Ltd.,
2013.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Getting Started with Zend Framework 2.0; Zend Framework 2.0; Introduction to Zend Server Community Edition (CE); Zend Server CE
- system requirements; Time for action
- installing Zend Server CE; Configuring Zend Server CE; Zend Server CE
- Administration Interface; Time for action
- configuring Zend Server CE; MySQL; Time for action
- installing MySQL; phpMyAdmin; Time for action
- creating a database; Summary; Chapter 2:Building Your First Zend Framework Application.
- PrerequisitesZendSkeletonApplication; Time for action
- creating a Zend Framework project; Zend Framework 2.0
- modules; Zend Framework 2.0
- project folder structure; Time for action
- creating a module; MVC layer; Zend Framework module
- folder structure; Time for action
- creating controllers and views; Zend Framework module
- configuration; Time for action
- modifying module configuration; Summary; Chapter 3:Creating a Communication Application; Zend\Form; Time for action
- creating a registration form; Form validation; Zend\InputFilter.
- Time for action
- adding validation to the registration formModels and database access; TableGateway; Time for action
- creating models and saving the form; Zend\Authentication; Time for action
- user authentication; Summary; Chapter 4:Data Management and Document Sharing; Zend Framework 2 ServiceManager; Time for action
- migrating existing code to ServiceManager; Database operations; More on TableGateway; Time for action
- implementing an admin UI to manage users; Document management; Time for action
- creating a file upload form; Managing file sharing.
- Time for action
- implementing a file sharing systemSummary; Chapter 5:Chat and E-mail; Layouts and views; View helpers; The URL helper; The BasePath helper; The JSON helper; Concrete placeholder implementations; The HeadLink helper; The HeadMeta helper; The HeadScript helper; The HeadStyle helper; The HeadTitle helper; Time for action
- using jQuery UI in a simple page; Building a simple group chat; Time for action
- creating a simple group chat application; Sending mails; Zend\Mail\Transport; Zend\Mail\Message; Zend\Mime\Message and Zend\Mime\Part.
- Time for action
- creating a simple e-mail formZend\EventManager; Time for action
- setting module layout using ZF events; Summary; Chapter 6:Media Sharing; External modules; Resizing images; Time for action
- resizing images using modules; The Photo gallery application; Time for action
- implementing a simple photo gallery; Google Data APIs; The Google Photos API; Time for action
- fetching photos from Google Photos; YouTube Data API; Time for action
- listing YouTube videos for a keyword; Summary; Chapter 7:Search Using Lucene; Introduction to Lucene.
- Time for action
- installing ZendSearch\Lucene.