icylamb, el viernes 11 de noviembre a las 05:48 me escribiste: > > Hello all, > I raise this question again cuz I can't find answer for it though I > have found a few related topics. I'm not sure if deleting a wiki page > is similar to drop a table in SQLObject? Please help, thank you.
If you're talking about the 20 minutes tutorial: Page.delete(id) or page = Page.get(id) page.destroySelf() These are equivalents to SQL's DELETE, a page is a row so you don't have to drop the table, just delete a row. -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ .------------------------------------------------------------------------, \ GPG: 5F5A8D05 // F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05 / '--------------------------------------------------------------------' We are born naked, wet and hungry Then things get worse

