/[cvs]/nfo/php/libs/org.netfrag.glib/DataSource/Generic.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/DataSource/Generic.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by jonen, Thu Mar 27 16:24:26 2003 UTC revision 1.10 by joko, Fri Mar 28 03:01:02 2003 UTC
# Line 15  Line 15 
15   * $Id$   * $Id$
16   *   *
17   * $Log$   * $Log$
18     * Revision 1.10  2003/03/28 03:01:02  joko
19     * more fancy debugging-output
20     *
21   * Revision 1.9  2003/03/27 16:24:26  jonen   * Revision 1.9  2003/03/27 16:24:26  jonen
22   * + mugled namespace   * + mugled namespace
23   * + added enhanced 'queryData'   * + added enhanced 'queryData'
# Line 781  class DataSource_Generic extends DesignP Line 784  class DataSource_Generic extends DesignP
784        // trace        // trace
785          if ($this->_debug[notice]) {          if ($this->_debug[notice]) {
786            //print "_result = " . Dumper($this->_result);            //print "_result = " . Dumper($this->_result);
787            print "DataSource::Generic->_result_count = " . $this->_result_count . "<br/>";            print "<div><b><font color=\"darkgreen\">Debug:</font></b> DataSource::Generic->_result_count = <b>" . $this->_result_count . "</b></div>";
788          }          }
789                    
790          return $this->_result;          return $this->_result;

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed