Wiki articles in category Tutorials tagged with "search"

Showing 1-4 of 4 items.

How to display Dependent drop-down value using ajax call with dynamically

Created 11 years ago by Ankit Modi Ankit Modi, updated 7 years ago by samdark samdark.

Hi Friends, In this tutorial I write a code display dependent drop-down value using ajax call.

1 1
6 followers
Viewed: 54 391 times
Version: 1.1
Category: Tutorials

Drills : Search by a HAS_MANY relation in Yii 1.1

Created 13 years ago by softark softark, updated 7 years ago by softark softark.

Sometimes we get lost trying to search by a HAS_MANY relation using CActiveRecord or CActiveDataProvider in Yii 1.1. This article is a series of drills that try to describe the practical techniques of searching by a HAS_MANY relation.

22 0
27 followers
Viewed: 84 806 times
Version: 1.1
Category: Tutorials

CGridView, CListView and CActiveDataProvider

Created 13 years ago by softark softark, updated 12 years ago by softark softark.

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.

26 0
33 followers
Viewed: 150 582 times
Version: 1.1
Category: Tutorials

Adding search to Yii blog example (using Zend Lucene)

Created 14 years ago by dckurushin dckurushin, updated 13 years ago by klammeraffe klammeraffe.
  • add under runtime directory, a new one call it search, it will be used for the index files that Zend Lucene will create. Make sure it is writable!
29 1
47 followers
Viewed: 93 883 times
Version: 1.1
Category: Tutorials