Home » Database » DB_DataObject » Bug #5299
Wrong implementation of require_once().
Details
| Submitted | 2005-09-05 12:01 UTC |
|---|---|
| From | marcus dot konitzer at arcor dot de |
| Status | Bogus |
| Package | DB_DataObject |
| PHP Version | 4.3.10 |
| Roadmaps | (Not assigned) |
Comments
[2005-09-05 12:01 UTC] marcus dot konitzer at arcor dot de
Description:
------------
Line 563:
$head .= "require_once '{$this->_extendsFile}';\n\n";
in Generator.php is not compliant with PHPDocumentor. So nobody wants to use DB_DataObjekt!!
It requires something like this:
$head .= "require_once ('{$this->_extendsFile}');\n\n";
See http://www.php.net/manual/en/function.require-once.php
and http://manual.phpdoc.org/HTMLframesConverter/default/