Ask a Question related to PHP Development, Design and Development.
-
Mos #1
PEAR : LimitQuery and getAll
Hello!
Do you know how to collect results from a [PEAR]LimitQuery() based request
in an array ? (like a getAll for example ?)
example :
$result=& $db->limitQuery($query, $from, $cpt);
if (DB::isError($result)) {die($result->getMessage());}
$result2=& $result->getAll();
But with that an error occurs : Fatal error: Call to undefined function:
getall() in (...)\supportfunctions.php on line (...)
Is it possible to collect theses data or should I use while....
fetchRow()... only ?
Merci
Mos
Mos Guest
-
#39733 [NEW]: PEAR installation errors due to wrong go-pear.phar file
From: jonathan dot martens at gmx dot net Operating system: Win XP SP 2 PHP version: 5.2.0 PHP Bug Type: Unknown/Other... -
#25978 [Opn->Fbk]: memory leak: pear/install-pear.php
ID: 25978 Updated by: sniper@php.net Reported By: k.schroeder@php.net -Status: Open +Status: ... -
#25978 [NEW]: memory leak: pear/install-pear.php
From: k.schroeder@php.net Operating system: Linux PHP version: 5CVS-2003-10-24 (dev) PHP Bug Type: Scripting Engine problem... -
#24870 [Fbk->NoF]: Pear segfaults on install-pear-installer (db_open symbol conflicts?)
ID: 24870 Updated by: sniper@php.net Reported By: jbyrne at thegrid dot net -Status: Feedback +Status: ... -
#24870 [Opn->Fbk]: Pear segfaults on install-pear-installer (db_open symbol conflicts?)
ID: 24870 Updated by: sniper@php.net Reported By: jbyrne at thegrid dot net -Status: Open +Status: ...



Reply With Quote

