Wiki articles tagged with "activerecord"

Showing 1-3 of 3 items.

Drills : Search by a HAS_MANY relation in Yii 2.0

Created 9 years ago by softark, updated 5 years ago by softark.

This article tries to describe the practical techniques of searching by a HAS_MANY relation using ActiveRecord of Yii 2.0.

13 0
14 followers
Viewed: 104 500 times
Version: 2.0
Category: Tutorials
3 0
4 followers
Viewed: 20 408 times
Version: 1.1
Category: How-tos

Using counters with ActiveRecord

Created 12 years ago by davi_alexandre, updated 9 years ago by marcovtwout.

Let's say, for example, that you are developing a blog or some kind of CMS and you want to track the number of times each post was viewed (maybe to show a list of the most viewed ones).

11 1
17 followers
Viewed: 44 642 times
Version: 1.1
Category: Tips