View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003315 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2011-10-17 15:12 | 2012-12-10 13:44 |
| Reporter | wanis | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Fixed in Version | 4.6.0_beta3 | ||||
| Summary | 0003315: replace anyObject::$_sCoreTbl to anyObject::$_sCoreTable | ||||
| Description | these to variables means the same (points DB table name of object), but oxBase::$_sCoreTable defined only in oxBase::init() and used there DB table name used. Seems like $_sCoreTbl is deprecated by renaming, oxBase::init() could be called in one place: oxBase::__construct(), so no constuctors needed for simple objects like this: public function __construct() { parent::__construct(); $this->init('oxnews'); } | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||