万本电子书0元读

万本电子书0元读

顶部广告

Yii 1.1 Application Development Cookbook电子书

售       价:¥

3人正在读 | 0人评论 9.8

作       者:Alexander Makarov

出  版  社:Packt Publishing

出版时间:2011-08-25

字       数:249.2万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
This book is a collection of Yii recipes with chapters generally independent of each other. It is full of practically useful solutions and concepts explained with code and the required pictorial illustrations. If you are a developer with a good knowledge of PHP5, are familiar with the basics of Yii, and have tried to develop applications using Yii, then this book is for you. Knowledge of the object oriented approach and MVC pattern will be a great advantage as Yii uses these extensively.
目录展开

Yii 1.1 Application Development Cookbook

Table of Contents

Yii 1.1 Application Development Cookbook

Credits

Foreword

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers, and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Under the Hood

Introduction

Using getters and setters

How to do it...

How it works...

There's more...

See also

Using Yii events

How to do it...

There's more...

Further reading

See also

Using import and autoloading

How to do it...

How it works...

There's more...

Using exceptions

How to do it…

How it works…

There's more...

Configuring components

How to do it…

How it works…

There's more...

See also

Configuring widget defaults

How to do it…

See also

Using Yii core collections

How to do it…

Working with request

How to do it…

There's more...

2. Router, Controller, and Views

Introduction

Configuring URL rules

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Generating URLs by path

Getting ready

How to do it...

How it works...

There's more...

See also

Using regular expressions in URL rules

Getting ready

How to do it...

How it works...

There's more...

See also

Creating URL rules for static pages

Getting ready

How to do it...

How it works...

See also

Providing your own URL rules at runtime

Getting ready

How to do it...

How it works...

There's more...

See also

Using base controller

Getting ready

How to do it...

How it works...

Using external actions

Getting ready

How to do it...

How it works...

There's more…

Displaying static pages with CViewAction

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Using flash messages

Getting ready

How to do it...

How it works...

There's more…

Using controller context in a view

Getting ready

How to do it...

How it works...

There's more…

Reusing views with partials

Getting ready

How to do it...

How it works...

There's more…

See also

Using clips

Getting ready

How to do it...

How it works...

See also

Using decorators

Getting ready

How to do it...

How it works...

There's more…

See also

Defining multiple layouts

Getting ready

How to do it...

How it works...

See also

Paginating and sorting data

Getting ready

How to do it...

How it works...

There's more…

3. AJAX and jQuery

Introduction

Loading a block through AJAX

Getting ready

How to do it...

How it works...

There's more...

Prevent including a bundled jQuery

Further reading

See also

Managing assets

Getting ready

How to do it...

How it works...

There's more...

What is inside the assets directory?

Publishing an entire directory

Further reading

See also

Including resources into the page

How to do it...

How it works...

There's more

Using custom script packages

Registering linked resources

Registering meta tags

Further reading

See also

Working with JSON

Getting ready

How to do it...

How it works...

There's more

See also

Passing configuration from PHP to JavaScript

Getting ready

How to do it...

How it works...

See also

Handling variable number of inputs

Getting ready

How to do it...

How it works...

There's more…

See also

4. Working with Forms

Introduction

Writing your own validators

Getting ready

How to do it...

How it works...

There's more...

Further reading

Uploading files

Getting ready

How to do it...

How it works...

There's more...

File validation

Further reading

See also

Adding CAPTCHA

Getting ready

How to do it...

How it works...

There's more...

Further reading:

See also

Customizing CAPTCHA

Getting ready

How to do it...

How it works...

There's more...

See also

Creating a custom input widget with CInputWidget

Getting ready

How to do it...

How it works...

There's more...

See also

5. Testing your Application

Introduction

Setting up the testing environment

Getting ready

How to do it...

There's more...

See also

Writing and running unit tests

Getting ready

How to do it...

How it works...

There's more...

See also

Using fixtures

Getting ready

How to do it...

How it works...

There's more...

See also

Testing the application with functional tests

Getting ready

How to do it...

How it works...

There's more...

See also

Generating code coverage reports

Getting ready

How to do it...

How it works...

There's more...

See also

6. Database, Active Record, and Model Tricks

Introduction

Getting data from a database

Getting ready

How to do it...

How it works...

There's more...

See also

Defining and using multiple DB connections

Getting ready

How to do it...

How it works...

There's more...

Cross-database relations

Further reading

See also

Using scopes to get models for different languages

Getting ready

How to do it...

How it works...

There's more...

See also

Processing model fields with AR event-like methods

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Applying markdown and HTML

Getting ready

How to do it...

How it works...

There's more...

Makdown syntax

Yii markdown wraper and usage

See also

Highlighting code with Yii

Getting ready

How to do it...

How it works...

There's more...

Yii code highlighter

More code highlighters

See also

Automating timestamps

Getting ready

How to do it...

How it works...

There's more...

See also

Setting an author automatically

Getting ready

How to do it...

How it works...

See also

Implementing single table inheritance

Getting ready

How to do it...

How it works...

There's more...

See also

Using CDbCriteria

How to do it...

How it works...

There's more...

See also

7. Using Zii Components

Introduction

Using data providers

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Using grids

Getting ready

How to do it...

How it works...

There's more...

Using data from related Active Record models

Further reading

See also

Using lists

Getting ready

How to do it...

How it works...

There's more...

Adding sorting

Customizing templates

Customizing markup and data displayed

Further reading

See also

Creating custom grid columns

Getting ready

How to do it...

How it works...

There's more...

See also

8. Extending Yii

Introduction

Creating model behaviors

Getting ready

How to do it...

How it works...

There's more...

CActiveRecordBehavior and CModelBehavior

More behavior types

Further reading

See also

Creating components

Getting ready

How to do it...

How it works...

There's more...

Overriding existing application components

Further reading

See also

Creating reusable controller actions

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Creating reusable controllers

Getting ready

How to do it...

How it works...

There's more...

See also

Creating a widget

Getting ready

How to do it...

How it works...

There's more...

See also

Creating CLI commands

Getting ready

How to do it...

How it works...

There's more...

Custom help

Further reading

See also

Creating filters

Getting ready

How to do it...

How it works...

There's more...

See also

Creating modules

Getting ready

How to do it...

How it works...

There's more...

See also

Creating a custom view renderer

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Making extensions distribution-ready

Getting ready

How to do it...

How it works...

There's more...

9. Error handling, Debugging, and Logging

Introduction

Using different log routes

Getting ready

How to do it...

How it works...

There's more...

Yii::trace vs Yii::log

Yii::beginProfile and Yii::endProfile

Log messages immediately

Further reading

See also

Analyzing the Yii error stack trace

Getting ready

How to do it...

How it works...

There's more...

See also

Logging and using the context information

Getting ready

How to do it...

How it works...

There's more...

See also

Implementing your own smart 404 handler

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

10. Security

Introduction

Using controller filters

Getting ready

How to do it...

How it works...

There's more...

See also

Using CHtml and CHtmlPurifier to prevent XSS

Getting ready

How to do it...

How it works...

There's more...

XSS types

Configuring the HTML purifier

HTML purifier performance

Further reading

See also

Preventing SQL injections

Getting ready

How to do it...

How it works...

There's more...

See also

Preventing CSRF

Getting ready

How to do it...

How it works...

There's more...

Extra measures

Using GET and POST properly

Further reading

See also

Using RBAC

Getting ready

How to do it...

How it works...

There's more...

Naming RBAC nodes

A way to keep the hierarchy simple and efficient

Avoiding RBAC

Further reading

See also

11. Performance Tuning

Introduction

Following best practices

Getting ready

How to do it...

How it works...

There's more...

Server-side performance is just a part of the big picture

Things to be done without using Yii

Active record versus query builder and SQL

Always check for slow queries first

Cache or save results of "heavy" processes

Handling too much processing

Further reading

See also

Speeding up sessions handling

Getting ready

How to do it...

How it works...

There's more...

See also

Using cache dependencies and chains

Getting ready

How to do it...

How it works...

There's more...

See also

Profiling an application with Yii

Getting ready

How to do it...

How it works...

There's more...

See also

12. Using External Code

Introduction

Using Zend Framework from Yii

Getting ready

How to do it...

How it works...

There's more...

See also

Customizing the Yii autoloader

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Using Kohana inside Yii

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Using PEAR inside Yii

Getting ready

How to do it...

How it works...

There's more...

See also

13. Deployment

Introduction

Changing the Yii directories layout

Getting ready

How to do it...

How it works...

There's more...

See also

Moving an application out of webroot

Getting ready

How to do it...

How it works...

There's more...

See also

Sharing the framework directory

Getting ready

How to do it...

How it works...

There's more...

See also

Moving configuration parts into separate files

Getting ready

How to do it...

How it works...

There's more...

See also

Using multiple configurations to simplify the deployment

Getting ready

How to do it...

How it works...

There's more...

See also

Implementing and executing cron jobs

Getting ready

How to do it...

How it works...

There's more...

Further reading

See also

Maintenance mode

Getting ready

How to do it...

How it works...

There's more...

See also

Index

累计评论(0条) 1个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部