OXID eShop CE
4.10.2
Main Page
Related Pages
Classes
Files
File List
File Members
OXID eShop CE
Deprecated List
Classes
Files
File List
admin
application
components
controllers
models
oxactionlist.php
oxactions.php
oxaddress.php
oxamountpricelist.php
oxarticle.php
oxarticlelist.php
oxarticletaglist.php
oxattribute.php
oxattributelist.php
oxbasket.php
oxbasketcontentmarkgenerator.php
oxbasketitem.php
oxbasketreservation.php
oxcategory.php
oxcategorylist.php
oxcompanyvatin.php
oxcontent.php
oxcontentlist.php
oxcountry.php
oxcountrylist.php
oxdelivery.php
oxdeliverylist.php
oxdeliveryset.php
oxdeliverysetlist.php
oxdiagnostics.php
oxdiagnosticsoutput.php
oxdiscount.php
oxdiscountlist.php
oxfile.php
oxfilechecker.php
oxfilecheckerresult.php
oxfilecollector.php
oxgbentry.php
oxgroups.php
oximex.php
oxlinks.php
oxlistobject.php
oxmaintenance.php
oxmanufacturer.php
oxmanufacturerlist.php
oxmdvariant.php
oxmediaurl.php
oxnews.php
oxnewsletter.php
oxnewslist.php
oxnewssubscribed.php
oxobject2category.php
oxobject2group.php
oxorder.php
oxorderarticle.php
oxorderarticlelist.php
oxorderfile.php
oxorderfilelist.php
oxpayment.php
oxpaymentgateway.php
oxpaymentlist.php
oxpricealarm.php
oxrating.php
oxrecommlist.php
oxremark.php
oxrequiredaddressfields.php
oxrequiredfieldsvalidator.php
oxrequiredfieldvalidator.php
oxreview.php
oxrssfeed.php
oxsearch.php
oxselection.php
oxselectlist.php
oxseoencoderarticle.php
oxseoencodercategory.php
oxseoencodercontent.php
oxseoencodermanufacturer.php
oxseoencoderrecomm.php
oxseoencodertag.php
oxseoencodervendor.php
oxshop.php
oxshoplist.php
oxshopviewvalidator.php
oxsimplevariant.php
oxsimplevariantlist.php
oxsmartyrenderer.php
oxstate.php
oxstatistic.php
oxtag.php
oxtagcloud.php
oxtaglist.php
oxtagset.php
oxtsproduct.php
oxtsprotection.php
oxtsratings.php
oxuser.php
oxuseraddresslist.php
oxuserbasket.php
oxuserbasketitem.php
oxuserlist.php
oxuserpayment.php
oxvarianthandler.php
oxvariantselectlist.php
oxvatselector.php
oxvendor.php
oxvendorlist.php
oxvoucher.php
oxvoucherlist.php
oxvoucherserie.php
oxwrapping.php
translations
bin
core
modules
index.php
bootstrap.php
config.inc.php
getimg.php
oxseo.php
version.php
widget.php
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Pages
oxshoplist.php
Go to the documentation of this file.
1
<?php
2
8
class
oxShopList
extends
oxList
9
{
10
16
public
function
__construct
()
17
{
18
return
parent::__construct
(
'oxshop'
);
19
}
20
24
public
function
getAll
()
25
{
26
$this->
selectString
(
'SELECT `oxshops`.* FROM `oxshops`'
);
27
}
28
32
public
function
getIdTitleList
()
33
{
34
$this->
setBaseObject
(
oxNew
(
'oxListObject'
,
'oxshops'
));
35
$this->
selectString
(
'SELECT `OXID`, `OXNAME` FROM `oxshops`'
);
36
}
37
38
}
application
models
oxshoplist.php
Generated by
1.8.1.2