[cl-emb-devel] What I can send to :env

Chris Parker mrcsparker at gmail.com
Tue Jun 12 23:40:13 UTC 2007


Is there any way that I can send a list of objects to env?

I would love to do something like this:

<% @loop product-list %>
     <% (name product-list) %> <% (title product-list) %><br />
<% @endloop %>

where product-list is a result of a
clsql:select 'product
query where i would normally write

(loop for product in (clsql:select 'product :flatp t) do
    (print (name product))

thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cl-emb-devel/attachments/20070612/c0e5f2dc/attachment.html>


More information about the cl-emb-devel mailing list