Home » Database » DB_DataObject_FormBuilder » Bug #7046
$fb_* variables problem
Details
| Submitted | 2006-03-07 10:45 UTC |
|---|---|
| From | nmargar at debian dot gr |
| Assigned | justinpatrin |
| Status | Bogus |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.10 |
| OS | debian sarge |
| Roadmaps | (Not assigned) |
Comments
[2006-03-07 10:45 UTC] nmargar at debian dot gr
Description:
------------
After i upgraded to DB_DataObject v1.8.4, all the
$fb_* variables defined in DataObject child class are not defined anymore.
so if we declare:
Class Child extends DB_DataObject
{
var $fb_<anything>
}
$do =& DB_DataObject::Factory('Child');
then a simple print_r($do), does not display the $fb vars anymore. Perhaps a new configuration variable is included?
(I changed nothing in my code after the upgrade of DB_DataObject.)
Thanks in advance,
Nikos
[2006-03-07 11:54 UTC] nmargar at debian dot gr
This does not happen when i turn the proxy off
[2006-03-07 13:03 UTC] nmargar at debian dot gr
by proxy i mean the correxponding DB_DataObject option