Own CMD_API under own plugin

erohas

Verified User
Joined
Aug 5, 2007
Messages
40
Location
Kazakhstan, Almaty
Hello plugin-dev guru or DA developers

how to print page without skin, e.g. raw data (such as xml or just plain text)

for example when accessing to:
/CMD_PLUGINS/MYDBPLUGING/API_LIST_DBS
that outputs this (w/out skin):
<db>
<dbname user='1' pass='wewe'/>
<dbname user='1' pass='wewe'/>
</db>
 
Back
Top