Home » Database » DB_DataObject » Bug #2240
Factory Calls $this->tableName() w/o Param
Details
| Request #2240 | Factory Calls $this->tableName() w/o Param |
|---|---|
| Submitted | 2004-08-27 19:49 UTC |
| From | brandon at osuosl dot org |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| 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.