[phpOpenTracker-general] Problems with Constraints
Klaus Henning <[email protected]> Thu, 11 May 2006 09:29:41 +0200
| Newsgroups | gmane.comp.web.phpopentracker.general |
|---|---|
| Message-ID | <[email protected]> |
Is it possible with constraints to get the top pages which urls ends
with '.html'
I have tried something like this without success:
$result = phpOpenTracker::get(
array(
'client_id' => $clientID,
'api_call' => 'top',
'what' => 'document',
'start' => $start,
'end' => $end,
'constraints' => array(
'document' => '%.html'
),
'limit' => $limit
)
);
--
www.stil-fragen.de <http://www.stil-fragen.de> Klaus Henning
[email protected] <mailto:[email protected]>