Wiki articles tagged with "activerecord"

Showing 1-3 of 3 items.

Drills : Search by a HAS_MANY relation in Yii 2.0

Created 10 years ago by softark, updated 6 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: 108 847 times
Version: 2.0
Category: Tutorials
3 0
4 followers
Viewed: 21 645 times
Version: 1.1
Category: How-tos

Using counters with ActiveRecord

Created 13 years ago by davi_alexandre, updated 10 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: 46 774 times
Version: 1.1
Category: Tips