[web2py] Lost with simple replace + db.select() result

2011-08-28 Thread Yuushi
t really the best solution but I might come in handy later. 2. Is there a way I can get a similar result by just using just the controller? something like (but then working): shouts = db(db.shouts).select(orderby=~db.shouts.created_on) for s in shouts: s.Shout.replace(":emote1:","somehtml") pass Regards, Yuushi

[web2py] Re: Lost with simple replace + db.select() result

2011-08-28 Thread Yuushi
rd(Shout = [transformed shout]) > > On 28 ago, 09:17, Yuushi wrote: > > > > > > > > > This has kept me up quite a few hours last night, this morning I woke > > up and I still have no clue how to approach this. I am still pretty > > new to Python &