View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005110 | OXID eShop (all versions) | eFire connector | public | 2013-05-07 14:05 | 2023-11-24 10:56 |
| Reporter | mpienkny | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Summary | 0005110: oxefi->init() does not use oxNew() | ||||
| Description | If you have to override some methods in EfiClient or EfiClient_EE the function init() from class oxefi had to use oxNew() for updateable version of efire connector - but it uses just "new" | ||||
| Tags | No tags attached. | ||||
| Theme | Both | ||||
| Browser | All | ||||
| PHP Version | any | ||||
| Database Version | any | ||||
|
|
eFire connector itself is not extendable with oxNew. only shop objects used in efire conector are created with oxnew for example oxarticle etc. |
|
|
Thanks for the info - but eFire _does_ _not_ use shop objects (especially oxarticle), it writes its SQL queries itself and so there is no way to extend it! |
|
|
efire connector it self and it functions is not allowed extend. |