Pluf Framework

Pluf Framework Commit Details


Date:2010-04-11 08:34:22 (15 years 20 days ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:b12a3ad33fd1564c02f70ee7af8c48e28e45a9b5
Parents: 0864973cb9e0d0fc595782058616edd29e7051b5
Message:Fixed to filter by property directly at the mongodb level.

Changes:

File differences

src/Pluf/AB/Funnel.php
120120
121121
122122
123
124
125
123126
124127
125128
            break;
        }
        $q['f'] = $funnel;
        if ($prop) {
            $q['p.'.$prop] = array('$exists' => true);
        }
        $uids = array();
        // With very big logs, we will need to find by schunks, this
        // will be very easy to adapt.

Archive Download the corresponding diff file

Branches

Tags

Number of commits:
Page rendered in 0.19591s using 13 queries.