> what else would be sweet is auto queryparams ;)

> oh yeah & a select all option on the damn extention
> manager

> they also should buy out MM exporter too & build that into
> their products too
> and.............. make a <cf_smile> tag 4 matt ;) (run in
> java of course)

Ha! ... You scoff, but the onTap framework has auto queryparams...
#request.tapi.sql.structToFilters(attributes)#

attributes is the default, so it could also be
request.tapi.sql.structToFilters() and it uses the old FB trick of
copying form and url variables into the attributes scope (actually
it's just a local structure, but the syntax is the same) to let you
call a base template as a custom tag.

This function is then used as the default set of filters for the
sql.select() functions (several of them actually) so if you don't
specify your own filters, it automatically filters on any variables
passed in the form and url scope. Any filters without matching columns
in the table are ignored. It's real handy for creating sortable list
pages. Saves a lot of time that I would otherwise be manually copying
lists of column names into the where clause of my queries.

I'll see what I can do about the <cf_smile> tag. :P

s. isaac dealey     954.927.5117
new epoch : isn't it time for a change?

add features without fixtures with
the onTap open source framework

http://www.sys-con.com/story/?storyid=44477&DE=1
http://www.sys-con.com/story/?storyid=45569&DE=1
http://www.fusiontap.com
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to