# $Id: _table.txt,v 1.2 2005/12/31 05:57:32 stephens Exp $ # This is the meta-table, table of tables. ID|NAME|FILE|CLASS|DESC # ID: the unique ID of each table. # NAME: the symbolic name of the table. # FILE: the path to the file that represents each table usu. "/table/*.txt. # CLASS: the class to bless each record into. # DESC: the brief description of each table. # 1|table|table/_table.txt|uSite::Table|meta-table, table of tables, this table. 2|config|table/_config.txt|uSite::Config|system configuration table. 3|test|table/_test.txt|uSite::Test::TestRecord|the test table, used for unit testing. 10|class|table/_class.txt|uSite::ORM::Object::Class|Tables 10-19 are related to object/relational mapping. 11|slot|table/_slot.txt|uSite::ORM::Object::Slot 12|object_type|table/_object_type.txt|uSite::ORM::Object::Type #13|table|table/_table.txt|uSite::ORM::Relational::Table 14|field|table/_field.txt|uSite::ORM::Relational::Field # Tables 20-29 are related to authentication and authorization. 20|user|table/_user.txt|uSite::User|An authenticated user. 21|role|table/_role.txt|uSite::Auth::Role|A list of valid object or user roles. 22|obj_role|table/_obj_role.txt|uSite::Auth::ObjRole|A mapping of objects to roles. 23|perm|table/_perm.txt|uSite::Auth::Perm|Patterns that match objects/roles for specific actions. 24|session|table/_session.txt|uSite::Auth::Session|An authenticated user's session. # Tables 100-* are related to content. 100|style|table/style.txt|uSite::Style|Style related values. 101|page|table/_page.txt|uSite::Page|Pages accessable via /page/*. 102|image|table/image.txt|uSite::Image|Images accessable via /image/*. 103|menu|table/menu.txt|uSite::Menu|Menu items for left nav. # Tables 200-* are add-on content. 200|link|table/link.txt|uSite::AddOn::Link|A list of external URI links. 201|quote|table/quote.txt|uSite::AddOn::Quote|List of quotes for quote-of-the-day. 202|presentation|table/presentation.txt|uSite::AddOn::Presentation|A presentation of pages. 203|presentation_page|table/presentation_page.txt|uSite::AddOn::Presentation::Page|Pages to be displayed in a presentation. 204|article|table/article.txt|uSite::AddOn::Article|A posted article. 205|food_menu|table/food_menu.txt|uSite::AddOn::Food|A food menu item.