Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Yii Application Development Cookbook - Second Edition
Yii Application Development Cookbook - Second Edition
Yii Application Development Cookbook - Second Edition
Ebook1,064 pages3 hours

Yii Application Development Cookbook - Second Edition

Rating: 0 out of 5 stars

()

Read preview

About this ebook

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 relevant screenshots and diagrams. This book is for developers with good PHP5 knowledge who have tried to develop applications using Yii. An object-oriented approach and MVC knowledge will be a great advantage as Yii uses these extensively.
LanguageEnglish
Release dateApr 25, 2013
ISBN9781782163114
Yii Application Development Cookbook - Second Edition

Related to Yii Application Development Cookbook - Second Edition

Related ebooks

Programming For You

View More

Related articles

Reviews for Yii Application Development Cookbook - Second Edition

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Yii Application Development Cookbook - Second Edition - Alexander Makarov

    it.

    Chapter 1. Under the Hood

    In this chapter, we will cover:

    Using getters and setters

    Using Yii events

    Using import and autoloading

    Using exceptions

    Configuring components

    Configuring widget defaults

    Using Yii core collections

    Working with requests

    Introduction

    In this chapter, we will cover the most interesting Yii features that are hidden under the hood. These are mostly described in the framework API, but since they are not mentioned in the official guide (http://www.yiiframework.com/doc/guide/) or only mentioned very briefly, only experienced Yii developers usually use these. However, the features described here are relatively simple and using them makes development with Yii much more fun and productive.

    Using getters and setters

    Yii has many features that came from other languages, such as Java or C#. One of them is defining properties with getters and setters for any of the classes extended from CComponent (that is, virtually any Yii

    Enjoying the preview?
    Page 1 of 1