All Projects → samdark → A Guide To Yii Grids Lists And Data Providers

samdark / A Guide To Yii Grids Lists And Data Providers

A guide to Yii framework grids, lists and data providers

Labels

Projects that are alternatives of or similar to A Guide To Yii Grids Lists And Data Providers

Yiiframework ru cookbook
Russian Yii 1.1 cookbook
Stars: ✭ 85 (+226.92%)
Mutual labels:  yii, book
Yii Application Cookbook 2nd Edition Code
Code of the second edition of Yii Application Development Cookbook
Stars: ✭ 84 (+223.08%)
Mutual labels:  yii, book
Rust Learning
A bunch of links to blog posts, articles, videos, etc for learning Rust
Stars: ✭ 7,431 (+28480.77%)
Mutual labels:  book
Easy Jquery
EASYJQUERY-可能是最适合你的 jQuery 课程
Stars: ✭ 19 (-26.92%)
Mutual labels:  book
Yii2 Template Unify
WB0412697
Stars: ✭ 6 (-76.92%)
Mutual labels:  yii
Postgresql book
Book about PostgreSQL (russian)
Stars: ✭ 780 (+2900%)
Mutual labels:  book
Game Programming Patterns Cn
《游戏编程模式》中文版
Stars: ✭ 837 (+3119.23%)
Mutual labels:  book
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+2800%)
Mutual labels:  book
Plfa.github.io
An introduction to programming language theory in Agda
Stars: ✭ 924 (+3453.85%)
Mutual labels:  book
The Complete Guide To Modern Javascript
A comprehensive, easy-to-follow ebook to learn everything from the basics of JavaScript to ES2020. Read more on my blog https://inspiredwebdev.com or buy it here http://a-fwd.to/jHO6m9t. Get the course here https://www.educative.io/courses/complete-guide-to-modern-javascript?aff=BqmB
Stars: ✭ 827 (+3080.77%)
Mutual labels:  book
Buka
Buka is a modern software that helps you manage your ebook at ease.
Stars: ✭ 896 (+3346.15%)
Mutual labels:  book
Elegantbook
Elegant LaTeX Template for Books
Stars: ✭ 800 (+2976.92%)
Mutual labels:  book
Mastering Shiny
Mastering Shiny: a book
Stars: ✭ 790 (+2938.46%)
Mutual labels:  book
Everything Curl
The book documenting the curl project, the curl tool, libcurl and everything related to this.
Stars: ✭ 885 (+3303.85%)
Mutual labels:  book
The Power Of Prolog
Introduction to modern Prolog
Stars: ✭ 776 (+2884.62%)
Mutual labels:  book
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-11.54%)
Mutual labels:  book
Go Internals
A book about the internals of the Go programming language.
Stars: ✭ 6,694 (+25646.15%)
Mutual labels:  book
Github
GitHub 漫游指南- a Chinese ebook on how to build a good project on Github. Explore the users' behavior. Find some thing interest.
Stars: ✭ 7,168 (+27469.23%)
Mutual labels:  book
Opensourcewebsite Org
OpenSourceWebsite (OSW) - online community managed by users using electronic voting and modifying source code
Stars: ✭ 834 (+3107.69%)
Mutual labels:  yii
Openaudible
Open Source Audible Manager
Stars: ✭ 932 (+3484.62%)
Mutual labels:  book

A guide to Yii grids, lists and data providers

Grids, lists and data providers are good addition to Yii core. These were originally a part of zii, official extension library that was later merged with the framework itself.

Typically, you would take the following steps when working with components such as grids, lists and data providers.

  1. Supply data (in the form of “ar model”, “arrays” or “sql result set”) to a data provider (such as CActiveDataProvider, CArrayDataProvider and CSqlDataProvider) .
  2. Use a widget component (such as CListView or CGridView ) and configure it to display the data.
  3. Customize the widget to reflect the presentational style that you are after.

In this guide all these topics will be covered in detail.

data-provider-intro
data-providers
list-intro
list-xxx
grid-intro
grid-columns
grid-filtering
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].