Yii Application Development Cookbook - Second Edition
()
About this ebook
Related to Yii Application Development Cookbook - Second Edition
Related ebooks
Yii Project Blueprints Rating: 0 out of 5 stars0 ratingsYii2 Application Development Cookbook - Third Edition Rating: 0 out of 5 stars0 ratingsMastering PHP Design Patterns Rating: 0 out of 5 stars0 ratingsYii 1.1 Application Development Cookbook Rating: 0 out of 5 stars0 ratingsAgile Web Application Development with Yii1.1 and PHP5 Rating: 4 out of 5 stars4/5CodeIgniter 1.7 Rating: 0 out of 5 stars0 ratingsInstant Building Multi-Page Forms with Yii How-to Rating: 0 out of 5 stars0 ratingsPHP Mastery: Crafting Dynamic Web Solutions Rating: 0 out of 5 stars0 ratingsProgramming with CodeIgniter MVC Rating: 0 out of 5 stars0 ratingsModular Programming with PHP 7 Rating: 0 out of 5 stars0 ratingsCodeIgniter Web Application Blueprints Rating: 0 out of 5 stars0 ratingsLearning Yii Testing Rating: 1 out of 5 stars1/5CodeIgniter Development Essentials: Definitive Reference for Developers and Engineers Rating: 0 out of 5 stars0 ratingsExtending Symfony2 Web Application Framework Rating: 0 out of 5 stars0 ratingsModernizing Legacy Applications in PHP Rating: 0 out of 5 stars0 ratingsPHP: Expertise in PHP: A Step-by-Step Guide to Advanced PHP Programming Concepts Ananya Gupta Rating: 0 out of 5 stars0 ratingsPHP 7 Programming Blueprints Rating: 0 out of 5 stars0 ratingsLaravel Application Development Cookbook Rating: 0 out of 5 stars0 ratingsSymfony2 Essentials: Symfony2 Essentials Rating: 0 out of 5 stars0 ratingsMastering PHP 7: A Comprehensive Guide to Modern Web Development Rating: 0 out of 5 stars0 ratingsMastering the Art of PHP Programming: Unraveling the Secrets of Expert-Level Programming Rating: 0 out of 5 stars0 ratingsYii Framework Engineering: Definitive Reference for Developers and Engineers Rating: 0 out of 5 stars0 ratingsPHP Examples, Part 2 Rating: 1 out of 5 stars1/5Learning ASP.NET Core MVC Programming Rating: 5 out of 5 stars5/5Laravel 12 Training Kit: A Practical Guide to Modern Web Development Rating: 0 out of 5 stars0 ratingsPHP 8: The Modern Web Developer's Guide Rating: 0 out of 5 stars0 ratingsRapid Application Development With CakePHP Rating: 0 out of 5 stars0 ratingsMastering CakePHP: A Comprehensive Guide to Rapid Web Development Rating: 0 out of 5 stars0 ratingsInstant Yii 1.1 Application Development Starter Rating: 5 out of 5 stars5/5
Programming For You
JavaScript All-in-One For Dummies Rating: 5 out of 5 stars5/5Python Programming : How to Code Python Fast In Just 24 Hours With 7 Simple Steps Rating: 4 out of 5 stars4/5SQL All-in-One For Dummies Rating: 3 out of 5 stars3/5Coding All-in-One For Dummies Rating: 4 out of 5 stars4/5Python: Learn Python in 24 Hours Rating: 4 out of 5 stars4/5Excel : The Ultimate Comprehensive Step-By-Step Guide to the Basics of Excel Programming: 1 Rating: 5 out of 5 stars5/5Linux: Learn in 24 Hours Rating: 5 out of 5 stars5/5SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL Rating: 4 out of 5 stars4/5PYTHON PROGRAMMING Rating: 4 out of 5 stars4/5Learn to Code. Get a Job. The Ultimate Guide to Learning and Getting Hired as a Developer. Rating: 5 out of 5 stars5/5Excel 101: A Beginner's & Intermediate's Guide for Mastering the Quintessence of Microsoft Excel (2010-2019 & 365) in no time! Rating: 0 out of 5 stars0 ratingsLearn Python in 10 Minutes Rating: 4 out of 5 stars4/5Algorithms For Dummies Rating: 4 out of 5 stars4/5Microsoft Azure For Dummies Rating: 0 out of 5 stars0 ratingsLearn SQL in 24 Hours Rating: 5 out of 5 stars5/5PYTHON: Practical Python Programming For Beginners & Experts With Hands-on Project Rating: 5 out of 5 stars5/5Beginning Programming with C++ For Dummies Rating: 4 out of 5 stars4/5Coding All-in-One For Dummies Rating: 0 out of 5 stars0 ratingsPython Data Structures and Algorithms Rating: 5 out of 5 stars5/5HTML, CSS, and JavaScript Mobile Development For Dummies Rating: 4 out of 5 stars4/5Godot from Zero to Proficiency (Foundations): Godot from Zero to Proficiency, #1 Rating: 5 out of 5 stars5/5
Reviews for Yii Application Development Cookbook - Second Edition
0 ratings0 reviews
Book preview
Yii Application Development Cookbook - Second Edition - Alexander Makarov
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