Hello,
I was wondering if web2py controllers could adapt returning just variables.
Either as single variable or python implicit tuple.    

def index():
 return images,stories

They would implicitly be getting the same dict keys.
But I often find it redundant to do it. I know that if I return a variable 
it returns that plain text but I wondering if anybody is using it this way?


-- 



Reply via email to