More namespace fun
Does anyone know how I can easily put ALL my queries into a folder like: /queries And access them easily w/o <dtml-in "PARENT[-1]"> kind of stuff? -- Ken Kinder 303.381.7631
<dtml-in "queries.thequeryname(arg=1, arg2=2)"> do stuff </dtml-in> or <dtml-with queries> <dtml-var "query(a=1, b=2)"> </dtml-with> Ken Kinder wrote:
Does anyone know how I can easily put ALL my queries into a folder like:
/queries
And access them easily w/o <dtml-in "PARENT[-1]"> kind of stuff?
-- Ken Kinder 303.381.7631
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org
Ken Kinder writes:
Does anyone know how I can easily put ALL my queries into a folder like:
/queries
And access them easily w/o <dtml-in "PARENT[-1]"> kind of stuff?
There is now. Oh yeah! Try the Transparent Folder product by Shane "the man" Hathaway. http://www.zope.org/Members/hathawsh/TransparentFolders Jason Spisak CIO HireTechs.com 6151 West Century Boulevard Suite 900 Los Angeles, CA 90045 P. 310.665.3444 F. 310.665.3544 Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.
participants (3)
-
Chris McDonough -
Jason Spisak -
Ken Kinder