Wiki

Articles in category "tutorials", sorted by commentsX
Displaying 11-20 of 172 result(s).

Theming your Zii Widgets

Created 2 years ago by Luis Lobo BorobiaTutorials16 comments – viewed 28,233 times – ( +19 )
One aspect of User Interface Design has to do with the coherence of the design and the use of the colors between the different User Interface Components used.

Understanding Virtual Attributes and get/set methods

Created 2 years ago by Steve FriedlTutorials16 comments – viewed 46,164 times – ( +64 )
When you define or extend a class, you can create class variables and methods in Yii just like you can in any other PHP system:

Adding search to Yii blog example (using Zend Lucene)

Created about a year ago by dckurushinTutorials15 comments – viewed 33,594 times – ( +28 / -2 )
For this tutorial I will add a search to the blog demo. The search would be based on Zend Lucene.

Serve jQuery and jQuery-UI from Google's CDN

Created about a year ago by YetiTutorials14 comments – viewed 12,545 times – ( +13 )
There are good reasons to use Google's Content Delivery Network (CDN) to serve jQuery and jQuery UI on your site:

CListView AJAX filtering

Created 2 years ago by DragaTutorials14 comments – viewed 28,266 times – ( +14 )
This tutorial shows how to filter CListView items by AJAX, and it's compatible with disabled JavaScript users In my case this has been done to filter users list

Simple RBAC

Created about a year ago by hasanaviTutorials11 comments – viewed 31,985 times – ( +32 / -1 )
If you need simple Role based access control without the long RBAC process then this article is just for you. Lets jump to the point.

Working with CGridView in Admin Panel

Created 10 months ago by vibhaJadwaniTutorials11 comments – viewed 29,026 times – ( +29 / -1 )
This is a tutorial for how to add input text-Field, check-box, buttons in CGridView.

CGridView, CListView and CActiveDataProvider

Created 8 months ago by softarkTutorials11 comments – viewed 31,965 times – ( +28 )
CGridView (or CListView) together with CActiveDataProvider is a very powerful combination of the built-in tools of Yii. But how do they work together to accomplish their fantastic functions? And what are you expected to do to use them and to customize their behaviors? This article explains the very basics of them.

Understanding "Assets"

Created 2 years ago by Steve FriedlTutorials11 comments – viewed 63,631 times – ( +52 )
Many newcomers to Yii ask about the assets/ directory found under the webroot, and this article means to explain why it's there and how to work with it.

Use crypt() for password storage

Created 5 months ago by fsbTutorials11 comments – viewed 14,997 times – ( +16 )
There Is Now A cpasswordhelper Class In system.utils at GitHub that provides an API to simplify the use of crypt() for password storage. While this wiki article remains valid, it will in due course be rewritten to refer to the new class as well as explain how it works.