| 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' |
| 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; |