更新时间:2021-04-02 18:41:28
封面
版权信息
Credits
Foreword
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. Under the Hood
Introduction
Using getters and setters
Using Yii events
Using import and autoloading
Using exceptions
Configuring components
Configuring widget defaults
Using Yii core collections
Working with request
Chapter 2. Router Controller and Views
Configuring URL rules
Generating URLs by path
Using regular expressions in URL rules
Creating URL rules for static pages
Providing your own URL rules at runtime
Using base controller
Using external actions
Displaying static pages with CViewAction
Using flash messages
Using controller context in a view
Reusing views with partials
Using clips
Using decorators
Defining multiple layouts
Paginating and sorting data
Chapter 3. AJAX and jQuery
Loading a block through AJAX
Managing assets
Including resources into the page
Working with JSON
Passing configuration from PHP to JavaScript
Handling variable number of inputs
Chapter 4. Working with Forms
Writing your own validators
Uploading files
Adding CAPTCHA
Customizing CAPTCHA
Creating a custom input widget with CInputWidget
Chapter 5. Testing your Application
Setting up the testing environment
Writing and running unit tests
Using fixtures
Testing the application with functional tests
Generating code coverage reports
Chapter 6. Database Active Record and Model Tricks
Getting data from a database
Defining and using multiple DB connections
Using scopes to get models for different languages
Processing model fields with AR event-like methods
Applying markdown and HTML
Highlighting code with Yii
Automating timestamps
Setting an author automatically
Implementing single table inheritance
Using CDbCriteria
Chapter 7. Using Zii Components
Using data providers
Using grids
Using lists
Creating custom grid columns
Chapter 8. Extending Yii
Creating model behaviors
Creating components
Creating reusable controller actions
Creating reusable controllers
Creating a widget
Creating CLI commands
Creating filters
Creating modules
Creating a custom view renderer
Making extensions distribution-ready
Chapter 9. Error handling Debugging and Logging
Using different log routes
Analyzing the Yii error stack trace
Logging and using the context information
Implementing your own smart 404 handler