Home » Database » DB_DataObject » Bug #1763
generated class : "?>" miss
Details
| Request #1763 | generated class : "?>" miss |
|---|---|
| Submitted | 2004-07-01 14:12 UTC |
| From | sylvain at com-ocean dot com |
| Status | Wont fix |
| Package | DB_DataObject |
| PHP Version | 4.3.6 |
| OS | Windows XP |
| Roadmaps | (Not assigned) |
Comments
[2004-07-01 14:12 UTC] sylvain at com-ocean dot com
Description:
------------
It's just a notice.
DataObject generated class doesn't have the "?>" at the end of the php file. It is normal ?
To resolve the bug :
File : Generator.php,
insert a new line after line 559 :
$foot .= "?>\n";
Thanks for the DataObject package :)