The Definitive Guide to Yii 2.0
The Definitive Guide to Yii 2.0
This tutorial is released under the Terms of Yii Documentation.
All Rights Reserved.
2014 (c) Yii Software LLC.
- Introduction
- Getting Started
- Application Structure
- Handling Requests
- Key Concepts
- Working with Databases
- Getting Data from Users
- Displaying Data
- Security
- Caching
- RESTful Web Services
- Development Tools
- Testing
- Special Topics
- Widgets
- Helpers
- Details
- Parent Category: The Definitive Guide to Yii 2.0
- Category: Helpers
Url Helper
Url helper provides a set of static methods for managing URLs.
- Details
- Parent Category: The Definitive Guide to Yii 2.0
- Category: Helpers
Html helper
Every web application generates lots of HTML markup. If the markup is static, it can be done efficiently by mixing PHP and HTML in a single file, but when it is generated dynamically it starts to get tricky to handle it without extra help. Yii provides such help in the form of an Html helper, which provides a set of static methods for handling commonly used HTML tags, their options, and their content.
- Details
- Parent Category: The Definitive Guide to Yii 2.0
- Category: Helpers
ArrayHelper
Additionally to the rich set of PHP array functions, the Yii array helper provides extra static methods allowing you to deal with arrays more efficiently.
- Details
- Parent Category: The Definitive Guide to Yii 2.0
- Category: Helpers
Helpers
Note: This section is under development.
Yii provides many classes that help simplify common coding tasks, such as string or array manipulations, HTML code generation, and so on. These helper classes are organized under the yii\helpers
namespace and are all static classes (meaning they contain only static properties and methods and should not be instantiated).
- Details
- Parent Category: The Definitive Guide to Yii 2.0
- Category: Widgets
JUI Extension for Yii 2
This is the jQuery UI extension for Yii 2. It encapsulates jQuery UI widgets as Yii widgets, and makes using jQuery UI widgets in Yii applications extremely easy.
- Details
- Parent Category: The Definitive Guide to Yii 2.0
- Category: Widgets
Twitter Bootstrap Extension for Yii 2
The extension includes support for the Bootstrap 3 markup and components framework (also known as "Twitter Bootstrap"). Bootstrap is an excellent, responsive framework that can greatly speed up the client-side of your development process.
Subcategories
Introduction Article Count: 2
Getting Started Article Count: 8
Application Structure Article Count: 12
Handling Requests Article Count: 8
Key Concepts Article Count: 9
Working with Databases Article Count: 8
Getting Data from Users Article Count: 6
Displaying Data Article Count: 7
Security Article Count: 7
Caching Article Count: 5
RESTful Web Services Article Count: 9
Development Tools Article Count: 3
Testing Article Count: 6
Special Topics Article Count: 12
Widgets Article Count: 2
Helpers Article Count: 4
Page 1 of 18