View Issue Details

IDProjectCategoryView StatusLast Update
0005110OXID eShop (all versions)eFire connectorpublic2023-11-24 10:56
Reportermpienkny Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionno change required 
Summary0005110: oxefi->init() does not use oxNew()
DescriptionIf 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"
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

Linas Kukulskis

2013-05-08 08:26

reporter   ~0008685

eFire connector itself is not extendable with oxNew. only shop objects used in efire conector are created with oxnew for example oxarticle etc.

mpienkny

2013-05-08 08:36

reporter   ~0008686

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!

Linas Kukulskis

2013-05-08 08:40

reporter   ~0008687

efire connector it self and it functions is not allowed extend.