PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #2240

Factory Calls $this->tableName() w/o Param

Details

Request #2240Factory Calls $this->tableName() w/o Param
Submitted2004-08-27 19:49 UTC
Frombrandon at osuosl dot org
StatusClosed
PackageDB_DataObject
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2004-08-27 19:49 UTC] brandon at osuosl dot org

Description:
------------
It would be great to have the factory method call $this->tableName() if there is no parameter so that you can create a new instance of the current object without passing in its table name.