更新时间:2021-08-05 17:50:50
封面
版权页
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. A Task-management Application
Describing the project
The database
Initializing the project
Creating the database with migrations
Creating models with Gii
Creating the presentation layer
Finishing touches
Summary
Chapter 2. Discovering What's Nearby
Designing the database
Creating the database
Creating the locations model
Importing the data feed
Google APIs
Chapter 3. Scheduled Reminders
Prerequisites
Creating models
Searching for events and displaying them
Creating the controller to manage users
Sending e-mail reminders
Chapter 4. Developing an Issue-tracking Application
Managing users
Implementing the issue-management component
Handling inbound e-mail parsing
Chapter 5. Creating a Microblogging Platform
Enabling users to manage their information
Viewing a timeline of shares
Sharing new content
Searching for shares
Sharing on Twitter with HybridAuth
Chapter 6. Building a Content Management System
Exploring the skeleton project
Displaying and managing content
Viewing and managing categories
Social authentication with HybridAuth
Chapter 7. Creating a Management Module for the CMS
What are modules?
Creating the module
Adding custom routes to a module
Creating the controllers
Migrating the functionality to the module
Uploading files
Strategies for deploying our application
Chapter 8. Building an API for the CMS
Extending Yii to return data
Authenticating users
Implementing CRUD actions
Index