Hello Darius, have a look into _left.tpl and $oView->getVendorlist().
Kindest regards Tobias -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Mathias Fiedler Gesendet: Freitag, 4. September 2009 13:00 An: [email protected] Betreff: Re: [oxid-dev-general] Extending oxBase or getting manufacturers list in index page. Hello Darius, what you need is a getter (for the manufacturers) accessible in all your templates, right? If yes you could make a module of oxviewConfig to access this getter in all templates via $oViewConf->getXYZ() or you could extend or write a own component to solve that task ... @Tomas: I'm looking forward to hear more ideas about extending base classes Bye Mathias Am 04.09.2009 um 09:00 schrieb Darius Tumas: > Hello, > > I need to output manufacturers list with logos in index page > (homepage). As > i understand i need to extend oxBase class, so that in all templates > method > loadManufacturerList() could be accessible. > > Is there a way to do that without modifing core oxBase.php and > adding to it > thous methods? Cause in this situation extending it throw modules > system > does not work. > > > Respectfully, > > Darius Tumas > > Tel.: +370 63113666 > _______________________________________________ > dev-general mailing list > [email protected] > http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general _______________________________________________ dev-general mailing list [email protected] http://dir.gmane.org/gmane.comp.php.oxid.general
