From: alex b. <en...@tu...> - 2001-08-12 20:24:42
|
> So after getting through the make process I have a working index page. w00t! cool! > Now I would like to better understand how R2 uses metabase and thus > understand how I can use it. Ive read through the tutorial but it's not BC At the moment, r2 doens't "use it" per se - because QueryManager hasn't been integrated into the system. There is nothing that would prevent you from using the PEAR DB abstraction layer, actually. Metabase is what all of the r1 code uses, and what QueryManager will use when it is integrate into the system. For the moment, metabase is importable from the binarycloud/ext/ tree. > specific. There are files in build/en/ext/metabase and > build/en/user/db/schema that suggest there is a process in place to create > the tables that BC needs but I can't find the entry point. Is the glue for > this not yet written? Correct: the schemas are from r1 and aren't used at the moment - though again you could use them to create a functioning r1-style auth/perm system. > Should I be posting to binarycloud-dev instead? general is fine, but I think -dev is better :_) _a |