[Zope] sql in its own directory
Jens Vagelpohl
jens@digicool.com
Thu, 08 Feb 2001 08:23:26 -0500
use it like
<dtml-in expr="sql.ListInventory()">
jens
on 2/8/01 7:55, Ulrich Wisser at u.wisser@publisher.de wrote:
> Hello,
>
> sorry I didn't find this in the FAQ but it really is one:
>
> I put my ZSQL methods in /sql folder. In my /admin folder
> I want to use
>
> <dtml-in sql.ListInventory>
>
> But this is wrong. But what is wrong? How am I supposed to
> call the ZSQL method?
>
> Thanks
>
> Ulrich